chore: add more keybindings for playerctl

This commit is contained in:
Ivan R. 2024-04-14 15:02:00 +05:00
parent 8e7c36ac03
commit 43aefc7ec4
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -117,6 +117,8 @@ bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
bindsym Ctrl+Right exec playerctl next
bindsym Ctrl+Left exec playerctl previous
bindsym XF86AudioRaiseVolume exec wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle