diff --git a/programs/desktop/niri/config.kdl b/programs/desktop/niri/config.kdl index 9a99c2f..41cb6c3 100644 --- a/programs/desktop/niri/config.kdl +++ b/programs/desktop/niri/config.kdl @@ -51,16 +51,17 @@ spawn-at-startup "set-background" binds { Mod+Shift+Slash { show-hotkey-overlay; } - Mod+Return { spawn "foot"; } - Mod+Shift+Return { spawn "fuzzel"; } - Mod+E { spawn "emacsclient" "-c"; } + Super+Alt+L { spawn "swaylockfx"; } + + Mod+F1 { spawn "swaylockfx"; } Mod+P { spawn "wlogout"; } + Mod+D { spawn "fuzzel"; } + Mod+Return { spawn "foot"; } + Mod+Shift+Return { spawn "emacsclient" "-c"; } Mod+Z { spawn "swaync-client" "-t" "-sw"; } Mod+Shift+Z { spawn "swaync-client" "-d" "-sw"; } - Super+Alt+L { spawn "swaylockfx"; } - XF86AudioRaiseVolume allow-when-locked=true { spawn "volumectl" "-u" "+" "5"; } XF86AudioLowerVolume allow-when-locked=true { spawn "volumectl" "-u" "-" "5"; } XF86AudioMute allow-when-locked=true { spawn "volumectl" "%"; }