summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/sxhkd/sxhkdrc15
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index de06c13..9a29cb7 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -25,8 +25,14 @@ XF86Audio{Raise,Lower}Volume
#Toggle play/pause in spotify (universal)
-#super + F4
-# playerctl -p spotify play-pause
+XF86AudioPlay
+ playerctl -p spotify play-pause
+
+# Change tracks spotify only
+
+XF86Audio{Prev,Next}
+playerctl -p spotify {previous,next}
+
#super + ;
#dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
@@ -36,11 +42,6 @@ XF86Audio{Raise,Lower}Volume
#super + {F3,F5}
#spotifyvol{inc,dec}.py
-# Change tracks spotify only
-
-#super + ctrl {Left,Right}
-#playerctl -p spotify {previous,next}
-
################
# Applications #