Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

149 lines
4.5 KiB

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