From 7e788c6ff98f81f4deb3d0c2934effe37ddf604c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 15 Jun 2020 12:12:45 +0200 Subject: Optimise rofi --- user/settings/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings/i3.nix') diff --git a/user/settings/i3.nix b/user/settings/i3.nix index a33e3658..8dbf043e 100644 --- a/user/settings/i3.nix +++ b/user/settings/i3.nix @@ -40,7 +40,7 @@ "${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"; -- cgit 1.4.1