[i3] Add multimedia controls
This commit is contained in:
parent
2a3ced9900
commit
ecf804e1ca
1 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,11 @@ client.background $base07
|
|||
bindsym XF86AudioLowerVolume exec amixer -q set Master 1%- unmute
|
||||
bindsym XF86AudioMute exec amixer -q set Master toggle
|
||||
|
||||
# music control
|
||||
bindsym $mod+p exec mpc toggle
|
||||
bindsym $mod+less exec mpc prev
|
||||
bindsym $mod+Shift+less exec mpc next
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+r reload
|
||||
|
||||
|
|
Loading…
Reference in a new issue