From 998b387aefb831d6db2f0bf0d7ffd5040efb9994 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Fri, 29 Oct 2021 09:30:12 +0200 Subject: [PATCH] rofi: add combi mode --- rofi/config.rasi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index f6d4c38..4514f00 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,5 +1,6 @@ configuration { - modi: "run,ssh,window"; + modi: "combi,run,ssh,window"; + combi-modi: "window,run,ssh"; theme: "solarized_alternate"; font: "Monospace 10"; monitor: "-4";