all repos — nixfiles @ 739aedb5eb0c7f2dca7e26ef0c170ead91706164

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

i3: fix manual locking

Alan Pearce
commit

739aedb5eb0c7f2dca7e26ef0c170ead91706164

parent

5660f91cc28aaa659524d6fa82c7962ad10d47ec

1 file changed, 1 insertion(+), 1 deletion(-)

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}\"";