Swaylock with Alt key

This commit is contained in:
Johannes Rothe 2024-03-16 23:52:36 +01:00
parent ea3aecd55c
commit a0e00a0711

View File

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