summaryrefslogtreecommitdiff
path: root/.config/sxhkd/sxhkdrc
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-30 14:58:02 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-30 14:58:02 -0700
commite60581469dbbb7a8d0a8400d7fc8474826435a0e (patch)
treeb76e272c82dcba68b126551dbc513fc7d5d82bce /.config/sxhkd/sxhkdrc
parent8bfdf665074b62849f996c6d5ddc010e8565d815 (diff)
Small tweaks and forgot to add new files
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r--.config/sxhkd/sxhkdrc14
1 files changed, 8 insertions, 6 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 1af3ed8..612eaf3 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -154,14 +154,16 @@ super + {Left,Down,Up,Right}
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle
-XF86AudioPrev
- playerctl previous
+# Actually, not required to separate mpc and pctl here nor
+# on next, but still...
+{_,shift + } XF86AudioPrev
+ {mpc -q prev, playerctl previous}
-XF86AudioNext
- playerctl next
+{_,shift + } XF86AudioNext
+ {mpc -q, playerctl} next
-XF86AudioPlay
- playerctl play-pause
+{_,shift + } XF86AudioPlay
+ {mpc -q toggle, playerctl play-pause}
# XF86AudioMedia
# Same as XF86AudioPlay in my keyboard. That's why the 'play-pause' option is used.