summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/i3.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/settings/i3.nix b/user/settings/i3.nix
index 646ce7ec..d47f8010 100644
--- a/user/settings/i3.nix
+++ b/user/settings/i3.nix
@@ -39,9 +39,9 @@
         "${mod}+w" = "kill";
         "${mod}+Shift+w" = "kill";
 
-        "--release ${mod}+Mod1+r" = "exec rofi -show run";
-        "--release ${mod}+Shift+semicolon" = "exec rofi-pass";
-        "--release ${mod}+space" = "exec \"rofi -show combi -combi-modi drun,window\"";
+        "${mod}+Mod1+r" = "exec rofi -show run";
+        "${mod}+Shift+semicolon" = "exec rofi-pass";
+        "${mod}+space" = "exec \"rofi -show combi -combi-modi drun,window\"";
 
         # change focus
         "${mod}+h" = "focus left";