summary refs log tree commit diff stats
path: root/user/settings/i3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/i3.nix')
-rw-r--r--user/settings/i3.nix2
1 files changed, 1 insertions, 1 deletions
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";