aboutsummaryrefslogtreecommitdiffstats
path: root/sway/conf.d/20-binds.conf
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-11-04 22:40:46 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-11-04 22:40:46 +0000
commit2cbc77a8d17ae8c941f7008b31505fa616b53d87 (patch)
treed801f23d7659bb152b2cfb9846f73498fa3c6447 /sway/conf.d/20-binds.conf
parentf35f07a9a742a9cc80f61495fa01a8d86bba2f56 (diff)
Some shitHEADmaster
Diffstat (limited to 'sway/conf.d/20-binds.conf')
-rw-r--r--sway/conf.d/20-binds.conf12
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