this commit adds a float window bind

This commit is contained in:
cydiralis 2025-06-27 13:07:25 +01:00
parent 02571e26c9
commit 7d5fc34d2b
No known key found for this signature in database

View file

@ -34,6 +34,7 @@
binds = with config.lib.niri.actions; lib.mkDefault {
"Mod+Return".action = spawn "foot";
"Mod+N".action = spawn "swaync-client" "-t";
"Mod+Shift+Space".action = toggle-window-floating;
"XF86AudioRaiseVolume".action = spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%+";
"XF86AudioLowerVolume".action = spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%-";
"XF86AudioMute".action = spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle";