config.rasi 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. configuration {
  3. modi: "combi";
  4. lines: 5;
  5. bw: 2;
  6. padding: 0;
  7. yoffset: 0;
  8. fixed-num-lines: false;
  9. terminal: "alacritty";
  10. sorting-method: "fzf";
  11. combi-modi: "drun,run";
  12. hide-scrollbar: true;
  13. combi-hide-mode-prefix: true;
  14. display-combi: "Search";
  15. kb-cancel: "Escape,Alt+F1,Alt+F2";
  16. }
  17. @theme "/usr/share/rofi/themes/fancy.rasi"
  18. @theme "/home/forbi/.config/rofi/toto.rasi"
  19. */
  20. configuration {
  21. modi: "drun,run,ssh,filebrowser,powermenu:~/.config/rofi/powermenu.lua";
  22. me-accept-entry: "MousePrimary";
  23. me-select-entry: "";
  24. show-icons: true;
  25. icon-theme: "ePapirus";
  26. application-fallback-icon: "run-build";
  27. drun-display-format: " {name} ";
  28. run-shell-command: "foot {cmd}";
  29. ssh-command: "foot --term=xterm ssh {host}";
  30. sidebar-mode: true;
  31. matching: "fuzzy";
  32. scroll-method: 0;
  33. disable-history: false;
  34. display-drun: "󱓞 Apps";
  35. display-run: " Run";
  36. display-ssh: "󰀂 SSH";
  37. display-filebrowser: " Files";
  38. display-powermenu: " Power";
  39. combi-modi: "drun,run";
  40. sort: true;
  41. sorting-method: "fzf";
  42. timeout {
  43. action: "kb-cancel";
  44. delay: 30;
  45. }
  46. filebrowser {
  47. directories-first: true;
  48. sorting-method: "name";
  49. }
  50. }
  51. @theme "theme.rasi"