config.rasi 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. configuration {
  2. /* modi: "window,run,ssh";*/
  3. /* width: 50;*/
  4. lines: 20;
  5. columns: 1;
  6. font: "mono 10";
  7. /* bw: 1;*/
  8. /* location: 0;*/
  9. /* padding: 5;*/
  10. /* yoffset: 0;*/
  11. /* xoffset: 0;*/
  12. /* fixed-num-lines: true;*/
  13. /* show-icons: false;*/
  14. terminal: "alacritty";
  15. /* ssh-client: "ssh";*/
  16. /* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
  17. /* run-command: "{cmd}";*/
  18. /* run-list-command: "";*/
  19. /* run-shell-command: "{terminal} -e {cmd}";*/
  20. /* window-command: "wmctrl -i -R {window}";*/
  21. /* window-match-fields: "all";*/
  22. /* icon-theme: ;*/
  23. /* drun-match-fields: "name,generic,exec,categories,keywords";*/
  24. /* drun-categories: ;*/
  25. /* drun-show-actions: false;*/
  26. /* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
  27. /* drun-url-launcher: "xdg-open";*/
  28. /* disable-history: false;*/
  29. /* ignored-prefixes: "";*/
  30. /* sort: false; */
  31. /* sorting-method: "normal";*/
  32. /* case-sensitive: false;*/
  33. /* cycle: true;*/
  34. /* sidebar-mode: false;*/
  35. /* eh: 1;*/
  36. /* auto-select: false;*/
  37. /* parse-hosts: false;*/
  38. /* parse-known-hosts: true;*/
  39. /* combi-modi: "window,run";*/
  40. /* matching: "normal";*/
  41. /* tokenize: true;*/
  42. /* m: "-5";*/
  43. /* line-margin: 2;*/
  44. /* line-padding: 1;*/
  45. /* filter: ;*/
  46. /* separator-style: "dash";*/
  47. /* hide-scrollbar: false;*/
  48. /* fullscreen: false;*/
  49. /* fake-transparency: false;*/
  50. /* dpi: -1;*/
  51. /* threads: 0;*/
  52. /* scrollbar-width: 8;*/
  53. /* scroll-method: 0;*/
  54. /* fake-background: "screenshot";*/
  55. /* window-format: "{w} {c} {t}";*/
  56. /* click-to-exit: true;*/
  57. /* show-match: true;*/
  58. /* theme: ;*/
  59. /* color-normal: ;*/
  60. /* color-urgent: ;*/
  61. /* color-active: ;*/
  62. /* color-window: ;*/
  63. /* max-history-size: 25;*/
  64. /* combi-hide-mode-prefix: false;*/
  65. /* matching-negate-char: '-' /* unsupported */;*/
  66. /* cache-dir: ;*/
  67. /* window-thumbnail: false;*/
  68. /* drun-use-desktop-cache: false;*/
  69. /* drun-reload-desktop-cache: false;*/
  70. /* normalize-match: false;*/
  71. /* pid: "/run/user/1000/rofi.pid";*/
  72. /* display-window: ;*/
  73. /* display-windowcd: ;*/
  74. /* display-run: ;*/
  75. /* display-ssh: ;*/
  76. /* display-drun: ;*/
  77. /* display-combi: ;*/
  78. /* display-keys: ;*/
  79. /* display-file-browser: ;*/
  80. /* kb-primary-paste: "Control+V,Shift+Insert";*/
  81. /* kb-secondary-paste: "Control+v,Insert";*/
  82. /* kb-clear-line: "Control+w";*/
  83. /* kb-move-front: "Control+a";*/
  84. /* kb-move-end: "Control+e";*/
  85. /* kb-move-word-back: "Alt+b,Control+Left";*/
  86. /* kb-move-word-forward: "Alt+f,Control+Right";*/
  87. /* kb-move-char-back: "Left,Control+b";*/
  88. /* kb-move-char-forward: "Right,Control+f";*/
  89. /* kb-remove-word-back: "Control+Alt+h,Control+BackSpace";*/
  90. /* kb-remove-word-forward: "Control+Alt+d";*/
  91. /* kb-remove-char-forward: "Delete,Control+d";*/
  92. /* kb-remove-char-back: "BackSpace,Shift+BackSpace,Control+h";*/
  93. /* kb-remove-to-eol: "Control+k";*/
  94. /* kb-remove-to-sol: "Control+u";*/
  95. /* kb-accept-entry: "Control+j,Control+m,Return,KP_Enter";*/
  96. /* kb-accept-custom: "Control+Return";*/
  97. /* kb-accept-alt: "Shift+Return";*/
  98. /* kb-delete-entry: "Shift+Delete";*/
  99. /* kb-mode-next: "Shift+Right,Control+Tab";*/
  100. /* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/
  101. /* kb-row-left: "Control+Page_Up";*/
  102. /* kb-row-right: "Control+Page_Down";*/
  103. /* kb-row-up: "Up,Control+p,ISO_Left_Tab";*/
  104. /* kb-row-down: "Down,Control+n";*/
  105. /* kb-row-tab: "Tab";*/
  106. /* kb-page-prev: "Page_Up";*/
  107. /* kb-page-next: "Page_Down";*/
  108. /* kb-row-first: "Home,KP_Home";*/
  109. /* kb-row-last: "End,KP_End";*/
  110. /* kb-row-select: "Control+space";*/
  111. /* kb-screenshot: "Alt+S";*/
  112. /* kb-ellipsize: "Alt+period";*/
  113. /* kb-toggle-case-sensitivity: "grave,dead_grave";*/
  114. /* kb-toggle-sort: "Alt+grave";*/
  115. /* kb-cancel: "Escape,Control+g,Control+bracketleft";*/
  116. /* kb-custom-1: "Alt+1";*/
  117. /* kb-custom-2: "Alt+2";*/
  118. /* kb-custom-3: "Alt+3";*/
  119. /* kb-custom-4: "Alt+4";*/
  120. /* kb-custom-5: "Alt+5";*/
  121. /* kb-custom-6: "Alt+6";*/
  122. /* kb-custom-7: "Alt+7";*/
  123. /* kb-custom-8: "Alt+8";*/
  124. /* kb-custom-9: "Alt+9";*/
  125. /* kb-custom-10: "Alt+0";*/
  126. /* kb-custom-11: "Alt+exclam";*/
  127. /* kb-custom-12: "Alt+at";*/
  128. /* kb-custom-13: "Alt+numbersign";*/
  129. /* kb-custom-14: "Alt+dollar";*/
  130. /* kb-custom-15: "Alt+percent";*/
  131. /* kb-custom-16: "Alt+dead_circumflex";*/
  132. /* kb-custom-17: "Alt+ampersand";*/
  133. /* kb-custom-18: "Alt+asterisk";*/
  134. /* kb-custom-19: "Alt+parenleft";*/
  135. /* kb-select-1: "Super+1";*/
  136. /* kb-select-2: "Super+2";*/
  137. /* kb-select-3: "Super+3";*/
  138. /* kb-select-4: "Super+4";*/
  139. /* kb-select-5: "Super+5";*/
  140. /* kb-select-6: "Super+6";*/
  141. /* kb-select-7: "Super+7";*/
  142. /* kb-select-8: "Super+8";*/
  143. /* kb-select-9: "Super+9";*/
  144. /* kb-select-10: "Super+0";*/
  145. /* ml-row-left: "ScrollLeft";*/
  146. /* ml-row-right: "ScrollRight";*/
  147. /* ml-row-up: "ScrollUp";*/
  148. /* ml-row-down: "ScrollDown";*/
  149. /* me-select-entry: "MousePrimary";*/
  150. /* me-accept-entry: "MouseDPrimary";*/
  151. /* me-accept-custom: "Control+MouseDPrimary";*/
  152. }
  153. @import "~/.cache/wal/colors-rofi-dark"