From 0efe757b835356a9201de3c69777031029133f20 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Thu, 29 Dec 2022 13:31:56 +0100 Subject: [PATCH] update rofi config --- rofi/config.rasi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index d7d42a4..2b10d24 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,19 +1,19 @@ configuration { -/* modes: "window,drun,run,ssh";*/ + modes: "window"; /* font: "mono 12";*/ /* location: 0;*/ /* yoffset: 0;*/ /* xoffset: 0;*/ -/* fixed-num-lines: true;*/ -/* show-icons: false;*/ -/* terminal: "rofi-sensible-terminal";*/ + fixed-num-lines: true; + show-icons: true; + 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";*/ + window-match-fields: "class,title"; /* icon-theme: ;*/ /* drun-match-fields: "name,generic,exec,categories,keywords";*/ /* drun-categories: ;*/ @@ -33,14 +33,14 @@ configuration { /* parse-hosts: false;*/ /* parse-known-hosts: true;*/ /* combi-modes: "window,run";*/ -/* matching: "normal";*/ + matching: "fuzzy"; /* tokenize: true;*/ /* m: "-5";*/ /* filter: ;*/ /* dpi: -1;*/ /* threads: 0;*/ /* scroll-method: 0;*/ -/* window-format: "{w} {c} {t}";*/ + window-format: "{w}|{c} | {t}"; /* click-to-exit: true;*/ /* max-history-size: 25;*/ /* combi-hide-mode-prefix: false;*/