aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-02-05 11:45:43 -0600
committerAaditya Dhruv <[email protected]>2023-02-05 11:45:43 -0600
commitdfc681ee304f37de3121176e5cdc03d9e9bf502d (patch)
tree3fecd6ff7aa2bd3a22eca20645d45162996bfa2f /.config
parent43c91334852a57db446b6293b2b98e53578d5a0c (diff)
playerctl control
Diffstat (limited to '.config')
-rw-r--r--.config/sxhkd/sxhkdrc12
1 files changed, 10 insertions, 2 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index f7aff95..4d18159 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -8,14 +8,14 @@ super + Return
# program launcher
super + @space
- ~/.config/polybar/forest/scripts/launcher.sh &
+ ~/.config/polybar/scripts/launcher.sh &
# make sxhkd reload its configuration files:
super + Escape
pkill -USR1 -x sxhkd
super + shift + {e}
- ~/.config/polybar/forest/scripts/powermenu.sh &
+ ~/.config/polybar/scripts/powermenu.sh &
#
# bspwm hotkeys
#
@@ -135,6 +135,14 @@ XF86AudioLowerVolume
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle
+XF86AudioPlay
+ playerctl -a play-pause
+
+XF86AudioPrev
+ playerctl -a previous
+
+XF86AudioNext
+ playerctl -a next
# Brightness up
XF86MonBrightnessUp