commit | 4243e95ed4de1fb4e8d008e86985aa4b2ee4af83 | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Tue Mar 15 12:33:49 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Tue Mar 15 12:33:49 2022 +0000 |
tree | cf43bd726e198200c8fbd95b0bb62fb9a9a44c77 | |
parent | 1db5779490f7bd49badd122c50f949b115fe817b [diff] |
Swaylock needs to be execed
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix index 458da7b..354012a 100644 --- a/src/apps/personal/sway.nix +++ b/src/apps/personal/sway.nix
@@ -31,7 +31,7 @@ }; }; keybindings = lib.mkOptionDefault { - "Mod4+l" = "/usr/bin/env swaylock -c 000000"; + "Mod4+l" = "exec /usr/bin/env swaylock -c 000000"; }; keycodebindings = {}; left = "h";