12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- configuration {
- modi: "window,run,ssh,drun";
- /* font: "Sarasa Mono SC Nerd 17"; */
- font: "Iosevka 17";
- show-icons: true;
- /* location: 1; */
- /* yoffset: 35; */
- /* xoffset: 5; */
- /* width: 70; */
- /* rofi.font: "UbuntuMono Nerd Font 16"; */
- /* rofi.font: "mplus Nerd Font 18"; */
- /* location: 0;*/
- /* yoffset: 0;*/
- /* xoffset: 0;*/
- /* fixed-num-lines: true;*/
- /* terminal: "rofi-sensible-terminal";*/
- /* 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: ;*/
- /* drun-match-fields: "name,generic,exec,categories,keywords";*/
- /* drun-categories: ;*/
- /* drun-show-actions: false;*/
- /* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</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: false;*/
- /* eh: 1;*/
- /* auto-select: false;*/
- /* parse-hosts: false;*/
- /* parse-known-hosts: true;*/
- /* combi-modi: "window,run";*/
- /* matching: "normal";*/
- /* tokenize: true;*/
- /* m: "-5";*/
- /* filter: ;*/
- /* dpi: -1;*/
- /* threads: 0;*/
- /* scroll-method: 0;*/
- /* window-format: "{w} {c} {t}";*/
- /* click-to-exit: true;*/
- /* theme: ;*/
- /* max-history-size: 25;*/
- /* combi-hide-mode-prefix: false;*/
- /* 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: ;*/
- /* pid: "/run/user/1000/rofi.pid";*/
- /* display-window: ;*/
- /* display-windowcd: ;*/
- /* display-run: ;*/
- /* display-ssh: ;*/
- /* display-drun: ;*/
- /* display-combi: ;*/
- /* display-keys: ;*/
- /* display-filebrowser: ;*/
- }
- /* window { */
- /* border: 1; */
- /* padding: 5; */
- /* width: 80%; */
- /* } */
- @theme "~/.config/rofi/themes/everforest.rasi"
- /*@theme "~/.config/rofi/themes/lb.rasi"*/
- /* man rofi */
- /* To get a template config file, run: rofi -dump-config > config.rasi */
|