commit | b8a6199a95a8fa3a5b7a07f277a93b140f849b1e | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Tue Mar 15 10:32:51 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Tue Mar 15 10:32:51 2022 +0000 |
tree | 1a4e7e44f30aa887b418ac6e0ae74d54ced40f41 | |
parent | 43ce579e5e1befe914aec28cff290a5c58f28133 [diff] [blame] |
Add hollywood, keybind swaylock
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix index 7cced2d..458da7b 100644 --- a/src/apps/personal/sway.nix +++ b/src/apps/personal/sway.nix
@@ -30,7 +30,9 @@ xkb_layout = "gb"; }; }; - keybindings = lib.mkOptionDefault {}; + keybindings = lib.mkOptionDefault { + "Mod4+l" = "/usr/bin/env swaylock -c 000000"; + }; keycodebindings = {}; left = "h"; menu = "/usr/bin/env rofi -show combi";