diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-05 11:45:43 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-05 11:45:43 -0600 |
commit | dfc681ee304f37de3121176e5cdc03d9e9bf502d (patch) | |
tree | 3fecd6ff7aa2bd3a22eca20645d45162996bfa2f /.config/sxhkd | |
parent | 43c91334852a57db446b6293b2b98e53578d5a0c (diff) |
playerctl control
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 12 |
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 |