chore: add more keybindings for playerctl
This commit is contained in:
parent
8e7c36ac03
commit
43aefc7ec4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue