this commit adds a float window bind
This commit is contained in:
parent
02571e26c9
commit
7d5fc34d2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue