all repos — nixfiles @ 7e788c6ff98f81f4deb3d0c2934effe37ddf604c

System and user configuration, managed by nix and home-manager

Optimise rofi
Alan Pearce alan@alanpearce.eu
Mon, 15 Jun 2020 12:12:45 +0200
commit

7e788c6ff98f81f4deb3d0c2934effe37ddf604c

parent

e19a070b85318ea8b8eb34711c7b9920b36e7959

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M user/settings/i3.nixuser/settings/i3.nix
@@ -40,7 +40,7 @@ "${mod}+w" = "kill";         "${mod}+Shift+w" = "kill";
 
         "${mod}+Mod1+r" = "exec rofi -show run";
-        "${mod}+space" = "exec \"rofi -show combi -combi-modi drun,window\"";
+        "${mod}+space" = "exec \"rofi -show drun\"";
 
         # change focus
         "${mod}+h" = "focus left";
M user/settings/rofi.nixuser/settings/rofi.nix
@@ -26,6 +26,8 @@ extraConfig = ''       rofi.matching:            glob
       rofi.separator-style:     none
 
+      rofi.modi:                drun,run
+
       rofi.line-padding:        2
 
       rofi.display-run:         cmd