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