From e60581469dbbb7a8d0a8400d7fc8474826435a0e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Wed, 30 Dec 2020 14:58:02 -0700 Subject: Small tweaks and forgot to add new files --- .config/sxhkd/sxhkdrc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to '.config/sxhkd') 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. -- cgit v1.2.3-54-g00ecf