diff options
Diffstat (limited to '.config')
-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 |