diff options
Diffstat (limited to 'sway/conf.d/20-binds.conf')
| -rw-r--r-- | sway/conf.d/20-binds.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sway/conf.d/20-binds.conf b/sway/conf.d/20-binds.conf index f4a4246..8a374c9 100644 --- a/sway/conf.d/20-binds.conf +++ b/sway/conf.d/20-binds.conf @@ -110,13 +110,13 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% && $s bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% && $sink_volume > $wob_socket # Playback -# bindsym XF86AudioPrev exec playerctl --player=spotify,%any previous -# bindsym XF86AudioNext exec playerctl --player=spotify,%any next -# bindsym XF86AudioPlay exec playerctl --player=spotify,%any play-pause +bindsym XF86AudioPrev exec sh -c "playerctl --player=spotify,strawberry,%any previous" +bindsym XF86AudioNext exec sh -c "playerctl --player=spotify,strawberry,%any next" +bindsym XF86AudioPlay exec sh -c "playerctl --player=spotify,strawberry,%any play-pause" # gross workaround -bindsym XF86AudioPrev exec notify-send "$(playerctl --player=spotify,%any previous)" -bindsym XF86AudioNext exec notify-send "$(playerctl --player=spotify,%any next)" -bindsym XF86AudioPlay exec notify-send "$(playerctl --player=spotify,%any play-pause)" +#bindsym XF86AudioPrev exec notify-send "$(playerctl --player=spotify,%any previous)" +#bindsym XF86AudioNext exec notify-send "$(playerctl --player=spotify,%any next)" +#bindsym XF86AudioPlay exec notify-send "$(playerctl --player=spotify,%any play-pause)" # Brightness bindsym XF86MonBrightnessDown exec brightnessctl set 5- && $brightness > $wob_socket |
