diff options
author | Alan Pearce | 2019-10-07 15:59:13 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-07 15:59:13 +0200 |
commit | 739aedb5eb0c7f2dca7e26ef0c170ead91706164 (patch) | |
tree | 03390cc2eea005e1e28a6ed8e7be66bf78a5f0fa /user/modules | |
parent | 5660f91cc28aaa659524d6fa82c7962ad10d47ec (diff) | |
download | nixfiles-739aedb5eb0c7f2dca7e26ef0c170ead91706164.tar.lz nixfiles-739aedb5eb0c7f2dca7e26ef0c170ead91706164.tar.zst nixfiles-739aedb5eb0c7f2dca7e26ef0c170ead91706164.zip |
i3: fix manual locking
Diffstat (limited to 'user/modules')
-rw-r--r-- | user/modules/i3.nix | 2 |
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}\""; |