Added +-3s control with media keys
parent
383f2998fd
commit
318205ad39
|
@ -20,6 +20,8 @@ bindsym XF86AudioMute exec --no-startup-id amixer -D hw:PCH -M sset Master toggl
|
|||
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
||||
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
||||
bindsym XF86AudioNext exec --no-startup-id playerctl next
|
||||
bindsym Shift+XF86AudioPrev exec --no-startup-id playerctl position 3-
|
||||
bindsym Shift+XF86AudioNext exec --no-startup-id playerctl position 3+
|
||||
|
||||
##################################
|
||||
# PROGRAMS STARTED AUTOMATICALLY
|
||||
|
@ -73,4 +75,4 @@ for_window [class="Hamster" window_type="normal"] resize set 1600 850e
|
|||
for_window [class="Telegram"] resize set 1600 850
|
||||
for_window [class="Pianoteq STAGE"] floating enable, move position center
|
||||
|
||||
assign [class="Pianoteq STAGE"] → number 6
|
||||
assign [class="Pianoteq STAGE"] → number 6
|
||||
|
|
Loading…
Reference in New Issue