summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/bspwm/bspwmrc3
-rw-r--r--.config/sxhkd/sxhkdrc3
2 files changed, 5 insertions, 1 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 7118942..a87445f 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -62,7 +62,8 @@ bspc config borderless_monocle true
bspc config gapless_monocle true
# Could try poniter_follows_monitor instead.
-bspc config pointer_follows_focus true
+# This fucks up when switching tags via polybar.
+# bspc config pointer_follows_focus true
# Colors.
# First get all colors.
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index af7473c..044ce1d 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -153,10 +153,13 @@ super + {Left,Down,Up,Right}
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle
+
F86AudioPrev
playerctl previous
+
F86AudioNext
playerctl next
+
F86AudioPlay
playerctl play-pause