-
-
Save neunato/d652537be9964c1517979af937e49889 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configuration { | |
modes: "combi,ssh"; | |
/* font: "mono 12";*/ | |
/* location: 0;*/ | |
/* yoffset: 0;*/ | |
/* xoffset: 0;*/ | |
/* fixed-num-lines: true;*/ | |
/* show-icons: false;*/ | |
terminal: "kitty"; | |
/* ssh-client: "ssh";*/ | |
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ | |
/* run-command: "{cmd}";*/ | |
/* run-list-command: "";*/ | |
/* run-shell-command: "{terminal} -e {cmd}";*/ | |
/* window-command: "wmctrl -i -R {window}";*/ | |
/* window-match-fields: "all";*/ | |
icon-theme: "candy-icons"; | |
/* drun-match-fields: "name,generic,exec,categories,keywords";*/ | |
/* drun-categories: ;*/ | |
/* drun-show-actions: false;*/ | |
drun-display-format: "{name} <span size='small' fgalpha='65%'><i>{exec}</i></span>"; | |
/* drun-url-launcher: "xdg-open";*/ | |
/* disable-history: false;*/ | |
/* ignored-prefixes: "";*/ | |
/* sort: false;*/ | |
/* sorting-method: "normal";*/ | |
/* case-sensitive: false;*/ | |
/* cycle: true;*/ | |
/* sidebar-mode: false;*/ | |
hover-select: true; | |
/* eh: 1;*/ | |
/* auto-select: false;*/ | |
/* parse-hosts: false;*/ | |
/* parse-known-hosts: true;*/ | |
/* combi-modes: "window,run";*/ | |
/* matching: "normal";*/ | |
/* tokenize: true;*/ | |
/* m: "primary";*/ | |
/* filter: ;*/ | |
/* dpi: -1;*/ | |
/* threads: 0;*/ | |
/* scroll-method: 0;*/ | |
/* window-format: "{w} {c} {t}";*/ | |
/* click-to-exit: true;*/ | |
/* max-history-size: 25;*/ | |
/* combi-hide-mode-prefix: false;*/ | |
combi-display-format: "{text} <span size='small' fgalpha='40%'><i>{mode}</i></span>"; | |
/* matching-negate-char: '-' /* unsupported */;*/ | |
/* cache-dir: ;*/ | |
/* window-thumbnail: false;*/ | |
/* drun-use-desktop-cache: false;*/ | |
/* drun-reload-desktop-cache: false;*/ | |
/* normalize-match: false;*/ | |
/* steal-focus: false;*/ | |
/* application-fallback-icon: ;*/ | |
/* refilter-timeout-limit: 8192;*/ | |
/* xserver-i300-workaround: false;*/ | |
/* pid: "/run/user/1000/rofi.pid";*/ | |
/* display-window: ;*/ | |
/* display-windowcd: ;*/ | |
/* display-run: ;*/ | |
/* display-ssh: ;*/ | |
/* display-drun: ;*/ | |
/* display-combi: ;*/ | |
/* display-keys: ;*/ | |
/* display-filebrowser: ;*/ | |
kb-primary-paste: ""; | |
kb-secondary-paste: ""; | |
kb-clear-line: "Control+BackSpace,Delete"; | |
kb-move-front: ""; | |
kb-move-end: ""; | |
kb-move-word-back: ""; | |
kb-move-word-forward: ""; | |
kb-move-char-back: ""; | |
kb-move-char-forward: ""; | |
kb-remove-word-back: ""; | |
kb-remove-word-forward: ""; | |
kb-remove-char-forward: ""; | |
kb-remove-char-back: "BackSpace"; | |
kb-remove-to-eol: ""; | |
kb-remove-to-sol: ""; | |
kb-accept-entry: "Return,KP_Enter"; | |
kb-accept-custom: ""; | |
kb-accept-custom-alt: ""; | |
kb-accept-alt: ""; | |
kb-delete-entry: ""; | |
kb-mode-next: "Control+Tab"; | |
kb-mode-previous: "Control+ISO_Left_Tab"; | |
kb-mode-complete: ""; | |
kb-row-left: ""; | |
kb-row-right: ""; | |
kb-row-up: "ISO_Left_Tab,Up"; | |
kb-row-down: "Tab,Down"; | |
kb-row-tab: ""; | |
kb-element-next: ""; | |
kb-element-prev: ""; | |
kb-page-prev: "Page_Up"; | |
kb-page-next: "Page_Down"; | |
kb-row-first: "Home,KP_Home"; | |
kb-row-last: "End,KP_End"; | |
kb-row-select: "Control+space"; | |
kb-screenshot: ""; | |
kb-ellipsize: ""; | |
kb-toggle-case-sensitivity: ""; | |
kb-toggle-sort: ""; | |
kb-cancel: "Escape,Ctrl+c"; | |
kb-custom-1: ""; | |
kb-custom-2: ""; | |
kb-custom-3: ""; | |
kb-custom-4: ""; | |
kb-custom-5: ""; | |
kb-custom-6: ""; | |
kb-custom-7: ""; | |
kb-custom-8: ""; | |
kb-custom-9: ""; | |
kb-custom-10: ""; | |
kb-custom-11: ""; | |
kb-custom-12: ""; | |
kb-custom-13: ""; | |
kb-custom-14: ""; | |
kb-custom-15: ""; | |
kb-custom-16: ""; | |
kb-custom-17: ""; | |
kb-custom-18: ""; | |
kb-custom-19: ""; | |
kb-select-1: ""; | |
kb-select-2: ""; | |
kb-select-3: ""; | |
kb-select-4: ""; | |
kb-select-5: ""; | |
kb-select-6: ""; | |
kb-select-7: ""; | |
kb-select-8: ""; | |
kb-select-9: ""; | |
kb-select-10: ""; | |
ml-row-left: ""; | |
ml-row-right: ""; | |
ml-row-up: "ScrollUp"; | |
ml-row-down: "ScrollDown"; | |
me-select-entry: ""; | |
me-accept-entry: "MousePrimary"; | |
me-accept-custom: ""; | |
timeout { | |
action: "kb-cancel"; | |
delay: 0; | |
} | |
filebrowser { | |
directories-first: true; | |
sorting-method: "name"; | |
} | |
inputchange { | |
action: "kb-row-first"; | |
} | |
combi { | |
display-name: "Run"; | |
} | |
ssh { | |
fallback-icon: "computer"; | |
display-name: "SSH"; | |
} | |
run { | |
fallback-icon: "application-x-executable"; | |
} | |
drun { | |
fallback-icon: "application-x-executable"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment