From a0e00a0711c060391c332756672de35b8ba5eb4f Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sat, 16 Mar 2024 23:52:36 +0100 Subject: [PATCH] Swaylock with Alt key --- home/rothe.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/rothe.nix b/home/rothe.nix index bc79b9e..4198029 100644 --- a/home/rothe.nix +++ b/home/rothe.nix @@ -366,7 +366,7 @@ modifier = config.wayland.windowManager.sway.config.modifier; in lib.mkOptionDefault { "--release Print" = "exec flameshot gui"; - "${modifier}+l" = "exec swaylock -f -i ${wallpaper} -s fill"; + "Mod1+l" = "exec swaylock -f -i ${wallpaper} -s fill"; "${modifier}+m" = "scratchpad show"; "XF86MonBrightnessDown" = "exec light -U 10"; "XF86MonBrightnessUp" = "exec light -A 10";