config.rasi 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. configuration {
  2. modi: "window,run,ssh,drun";
  3. /* font: "Sarasa Mono SC Nerd 17"; */
  4. font: "Iosevka 17";
  5. show-icons: true;
  6. /* location: 1; */
  7. /* yoffset: 35; */
  8. /* xoffset: 5; */
  9. /* width: 70; */
  10. /* rofi.font: "UbuntuMono Nerd Font 16"; */
  11. /* rofi.font: "mplus Nerd Font 18"; */
  12. /* location: 0;*/
  13. /* yoffset: 0;*/
  14. /* xoffset: 0;*/
  15. /* fixed-num-lines: true;*/
  16. /* terminal: "rofi-sensible-terminal";*/
  17. /* ssh-client: "ssh";*/
  18. /* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
  19. /* run-command: "{cmd}";*/
  20. /* run-list-command: "";*/
  21. /* run-shell-command: "{terminal} -e {cmd}";*/
  22. /* window-command: "wmctrl -i -R {window}";*/
  23. /* window-match-fields: "all";*/
  24. /* icon-theme: ;*/
  25. /* drun-match-fields: "name,generic,exec,categories,keywords";*/
  26. /* drun-categories: ;*/
  27. /* drun-show-actions: false;*/
  28. /* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
  29. /* drun-url-launcher: "xdg-open";*/
  30. /* disable-history: false;*/
  31. /* ignored-prefixes: "";*/
  32. /* sort: false;*/
  33. /* sorting-method: "normal";*/
  34. /* case-sensitive: false;*/
  35. /* cycle: true;*/
  36. /* sidebar-mode: false;*/
  37. /* hover-select: false;*/
  38. /* eh: 1;*/
  39. /* auto-select: false;*/
  40. /* parse-hosts: false;*/
  41. /* parse-known-hosts: true;*/
  42. /* combi-modi: "window,run";*/
  43. /* matching: "normal";*/
  44. /* tokenize: true;*/
  45. /* m: "-5";*/
  46. /* filter: ;*/
  47. /* dpi: -1;*/
  48. /* threads: 0;*/
  49. /* scroll-method: 0;*/
  50. /* window-format: "{w} {c} {t}";*/
  51. /* click-to-exit: true;*/
  52. /* theme: ;*/
  53. /* max-history-size: 25;*/
  54. /* combi-hide-mode-prefix: false;*/
  55. /* matching-negate-char: '-' /* unsupported */;*/
  56. /* cache-dir: ;*/
  57. /* window-thumbnail: false;*/
  58. /* drun-use-desktop-cache: false;*/
  59. /* drun-reload-desktop-cache: false;*/
  60. /* normalize-match: false;*/
  61. /* steal-focus: false;*/
  62. /* application-fallback-icon: ;*/
  63. /* pid: "/run/user/1000/rofi.pid";*/
  64. /* display-window: ;*/
  65. /* display-windowcd: ;*/
  66. /* display-run: ;*/
  67. /* display-ssh: ;*/
  68. /* display-drun: ;*/
  69. /* display-combi: ;*/
  70. /* display-keys: ;*/
  71. /* display-filebrowser: ;*/
  72. }
  73. /* window { */
  74. /* border: 1; */
  75. /* padding: 5; */
  76. /* width: 80%; */
  77. /* } */
  78. @theme "~/.config/rofi/themes/everforest.rasi"
  79. /*@theme "~/.config/rofi/themes/lb.rasi"*/
  80. /* man rofi */
  81. /* To get a template config file, run: rofi -dump-config > config.rasi */