summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/modules/i3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/modules/i3.nix b/user/modules/i3.nix
index 392b7c6d..d83ee2e7 100644
--- a/user/modules/i3.nix
+++ b/user/modules/i3.nix
@@ -103,7 +103,7 @@
         "${mod}+Shift+p" = "restart";
 
         "${mod}+Shift+r" = "mode resize";
-        "${mod}+Shift+o" = "${locker}";
+        "${mod}+Shift+o" = "exec ${locker}";
         "${mod}+Pause" = "mode \"${mode_system}\"";
         "${mod}+Escape" = "mode \"${mode_system}\"";
         "${mod}+Shift+q" = "mode \"${mode_system}\"";