config: Add volume button example

This commit is contained in:
Ivan Molodetskikh
2023-09-06 09:47:44 +04:00
parent 18e29d0028
commit f929370cf5
+4
View File
@@ -33,6 +33,10 @@ binds {
Mod+T { spawn "alacritty"; }
Mod+Q { close-window; }
// Example volume keys mappings for PipeWire & WirePlumber.
/-XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"; }
/-XF86AudioLowerVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; }
Mod+H { focus-column-left; }
Mod+J { focus-window-down; }
Mod+K { focus-window-up; }