Advertisement
poetician

Rofi | config.rasi

Oct 6th, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. configuration {
  2. modi: "drun,filebrowser,combi,window,keys";
  3. /* width: 50;*/
  4. /* lines: 15;*/
  5. /* columns: 2;*/
  6. font: "Bauhaus 14";
  7. /* bw: 1;*/
  8. /* location: 0;*/
  9. /* padding: 5;*/
  10. /* yoffset: 0;*/
  11. /* xoffset: 0;*/
  12. /* fixed-num-lines: true;*/
  13. show-icons: true;
  14. /* terminal: "rofi-sensible-terminal";*/
  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: true;
  35. /* eh: 1;*/
  36. auto-select: true;
  37. /* parse-hosts: false;*/
  38. /* parse-known-hosts: true;*/
  39. combi-modi: "window,drun";
  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: true;
  48. /* fullscreen: false;*/
  49. fake-transparency: true;
  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. /* color-normal: ;*/
  59. /* color-urgent: ;*/
  60. /* color-active: ;*/
  61. /* color-window: ;*/
  62. /* max-history-size: 25;*/
  63. /* combi-hide-mode-prefix: false;*/
  64. /* matching-negate-char: '-' /* unsupported */;*/
  65. /* cache-dir: ;*/
  66. /* window-thumbnail: false;*/
  67. /* drun-use-desktop-cache: false;*/
  68. /* drun-reload-desktop-cache: false;*/
  69. /* normalize-match: false;*/
  70. /* pid: "/run/user/1000/rofi.pid";*/
  71. display-window: "Window" ;
  72. display-windowcd: "Window" ;
  73. /* display-run: ;*/
  74. /* display-ssh: ;*/
  75. display-drun: "Apps" ;
  76. display-combi: "Combi" ;
  77. display-keys: "Keys";
  78. display-file-browser: "File Browser";
  79. /* kb-primary-paste: "Control+V,Shift+Insert";*/
  80. /* kb-secondary-paste: "Control+v,Insert";*/
  81. /* kb-clear-line: "Control+w";*/
  82. /* kb-move-front: "Control+a";*/
  83. /* kb-move-end: "Control+e";*/
  84. /* kb-move-word-back: "Alt+b,Control+Left";*/
  85. /* kb-move-word-forward: "Alt+f,Control+Right";*/
  86. /* kb-move-char-back: "Left,Control+b";*/
  87. /* kb-move-char-forward: "Right,Control+f";*/
  88. /* kb-remove-word-back: "Control+Alt+h,Control+BackSpace";*/
  89. /* kb-remove-word-forward: "Control+Alt+d";*/
  90. /* kb-remove-char-forward: "Delete,Control+d";*/
  91. /* kb-remove-char-back: "BackSpace,Shift+BackSpace,Control+h";*/
  92. /* kb-remove-to-eol: "Control+k";*/
  93. /* kb-remove-to-sol: "Control+u";*/
  94. /* kb-accept-entry: "Control+j,Control+m,Return,KP_Enter";*/
  95. /* kb-accept-custom: "Control+Return";*/
  96. /* kb-accept-alt: "Shift+Return";*/
  97. /* kb-delete-entry: "Shift+Delete";*/
  98. /* kb-mode-next: "Shift+Right,Control+Tab";*/
  99. /* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/
  100. /* kb-row-left: "Control+Page_Up";*/
  101. /* kb-row-right: "Control+Page_Down";*/
  102. /* kb-row-up: "Up,Control+p,ISO_Left_Tab";*/
  103. /* kb-row-down: "Down,Control+n";*/
  104. /* kb-row-tab: "Tab";*/
  105. /* kb-page-prev: "Page_Up";*/
  106. /* kb-page-next: "Page_Down";*/
  107. /* kb-row-first: "Home,KP_Home";*/
  108. /* kb-row-last: "End,KP_End";*/
  109. /* kb-row-select: "Control+space";*/
  110. /* kb-screenshot: "Alt+S";*/
  111. /* kb-ellipsize: "Alt+period";*/
  112. /* kb-toggle-case-sensitivity: "grave,dead_grave";*/
  113. /* kb-toggle-sort: "Alt+grave";*/
  114. /* kb-cancel: "Escape,Control+g,Control+bracketleft";*/
  115. /* kb-custom-1: "Alt+1";*/
  116. /* kb-custom-2: "Alt+2";*/
  117. /* kb-custom-3: "Alt+3";*/
  118. /* kb-custom-4: "Alt+4";*/
  119. /* kb-custom-5: "Alt+5";*/
  120. /* kb-custom-6: "Alt+6";*/
  121. /* kb-custom-7: "Alt+7";*/
  122. /* kb-custom-8: "Alt+8";*/
  123. /* kb-custom-9: "Alt+9";*/
  124. /* kb-custom-10: "Alt+0";*/
  125. /* kb-custom-11: "Alt+exclam";*/
  126. /* kb-custom-12: "Alt+at";*/
  127. /* kb-custom-13: "Alt+numbersign";*/
  128. /* kb-custom-14: "Alt+dollar";*/
  129. /* kb-custom-15: "Alt+percent";*/
  130. /* kb-custom-16: "Alt+dead_circumflex";*/
  131. /* kb-custom-17: "Alt+ampersand";*/
  132. /* kb-custom-18: "Alt+asterisk";*/
  133. /* kb-custom-19: "Alt+parenleft";*/
  134. /* kb-select-1: "Super+1";*/
  135. /* kb-select-2: "Super+2";*/
  136. /* kb-select-3: "Super+3";*/
  137. /* kb-select-4: "Super+4";*/
  138. /* kb-select-5: "Super+5";*/
  139. /* kb-select-6: "Super+6";*/
  140. /* kb-select-7: "Super+7";*/
  141. /* kb-select-8: "Super+8";*/
  142. /* kb-select-9: "Super+9";*/
  143. /* kb-select-10: "Super+0";*/
  144. /* ml-row-left: "ScrollLeft";*/
  145. /* ml-row-right: "ScrollRight";*/
  146. /* ml-row-up: "ScrollUp";*/
  147. /* ml-row-down: "ScrollDown";*/
  148. /* me-select-entry: "MousePrimary";*/
  149. /* me-accept-entry: "MouseDPrimary";*/
  150. /* me-accept-custom: "Control+MouseDPrimary";*/
  151. }
  152. //@theme "/usr/share/rofi/themes/android_notification.rasi"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement