summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-24 14:46:01 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-24 14:46:01 -0700
commitfb9d9561f3cbbc2f0b97920a9df7892ed4086c83 (patch)
tree239b9981e7bfeda303dce6c0e1e5b190f5736d61 /.config
parent6fbac254f87139173ae5996fa38df448ddeed178 (diff)
Add script, (pulse audio) gets current sink, and changes to next, displaying notification
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