mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
add quotes because why not?
This commit is contained in:
parent
37819d773f
commit
830d65ce53
@ -54,10 +54,11 @@ bindsym XF86AudioMute exec amixer sset Master toggle | sed -En '/\[on\]/ s/.*\[(
|
|||||||
bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob
|
bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob
|
||||||
bindsym XF86MonBrightnessDown exec light -U 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob
|
bindsym XF86MonBrightnessDown exec light -U 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob
|
||||||
|
|
||||||
bindsym XF86AudioPlay exec playerctl play
|
bindsym XF86AudioPlay exec 'playerctl play'
|
||||||
bindsym XF86AudioPause exec playerctl pause
|
bindsym XF86AudioPause exec 'playerctl pause'
|
||||||
bindsym XF86AudioNext exec playerctl next
|
binsdym XF86AudioStop exec 'playerctl stop'
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
bindsym XF86AudioNext exec 'playerctl next'
|
||||||
|
bindsym XF86AudioPrev exec 'playerctl previous'
|
||||||
|
|
||||||
#borders stuff
|
#borders stuff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user