all repos — nixfiles @ 739aedb5eb0c7f2dca7e26ef0c170ead91706164

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

i3: fix manual locking
Alan Pearce alan@alanpearce.eu
Mon, 07 Oct 2019 15:59:13 +0200
commit

739aedb5eb0c7f2dca7e26ef0c170ead91706164

parent

5660f91cc28aaa659524d6fa82c7962ad10d47ec

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

jump to
M user/modules/i3.nixuser/modules/i3.nix
@@ -103,7 +103,7 @@ "${mod}+Shift+c" = "reload";         "${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}\"";