From ede777cd660bb303e1178d971acdd853abc27e5f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 27 Nov 2018 19:18:28 -0500 Subject: [PATCH] rofi: Remove unused modes It turns out that 'window' (as of this writing) does not work very well when trying to use it as an alt-tab replacement. It's simply easier to just use the functionality provided by your window manager instead. I have never used rofi's 'run' feature, since any time I'd need to run a command I'd just do it from a terminal, which also lets me see any output from that program as well. --- rofi/.config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 87fd1fc..68acb85 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -1,5 +1,5 @@ configuration { - modi: "window,run,drun"; + modi: "drun"; font: "Hack 12"; show-icons: true; bw: 0;