From 2ae09557fc81d668c70620ace7e2ee0670f97cef Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 25 Jan 2024 09:53:59 -0500 Subject: pre-upgrade --- .config/rofi/config.rasi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/rofi') diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 4d0eb3d..90b89fc 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,12 +1,14 @@ @theme "wpg" configuration { - modi: "combi,filebrowser,emoji"; + modi: "combi"; + combi-modi: "run,ssh,emoji,pass:rofi-pass.sh pass,otp:rofi-pass.sh otp"; + show-icons: true; + sidebar-mode: true; /* font: "mono 12";*/ /* location: 0;*/ /* yoffset: 0;*/ /* xoffset: 0;*/ /* fixed-num-lines: true;*/ - show-icons: true; /* terminal: "rofi-sensible-terminal";*/ /* ssh-client: "ssh";*/ /* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ @@ -27,13 +29,11 @@ configuration { /* sorting-method: "normal";*/ /* case-sensitive: false;*/ /* cycle: true;*/ - sidebar-mode: true; /* hover-select: false;*/ /* eh: 1;*/ /* auto-select: false;*/ /* parse-hosts: false;*/ /* parse-known-hosts: true;*/ - combi-modi: "run,ssh"; /* matching: "normal";*/ /* tokenize: true;*/ /* m: "-5";*/ -- cgit v1.2.3