Add next/prev keysym to i3
parent
3c210f668f
commit
1f8cd15860
|
@ -172,6 +172,8 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set 'Master' 5%+
|
|||
bindsym XF86AudioLowerVolume exec --no-startup-id amixer set 'Master' 5%-
|
||||
bindsym XF86AudioMute exec --no-startup-id amixer set 'Master' toggle
|
||||
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
||||
bindsym XF86AudioPrev exec --no-startup-ip playerctl prev
|
||||
bindsym XF86AudioNext exec --no-startup-id playerctl next
|
||||
|
||||
#Open explorer without last tabs
|
||||
bindsym Mod4+e exec spacefm -n
|
||||
|
|
Loading…
Reference in New Issue