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