From 2cbc77a8d17ae8c941f7008b31505fa616b53d87 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Tue, 4 Nov 2025 22:40:46 +0000 Subject: Some shit --- sway/conf.d/20-binds.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sway/conf.d/20-binds.conf') 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 -- cgit v1.2.3-70-g09d2