aboutsummaryrefslogtreecommitdiff
path: root/SXHkD/.config/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to 'SXHkD/.config/sxhkd')
-rw-r--r--SXHkD/.config/sxhkd/sxhkdrc18
1 files changed, 9 insertions, 9 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc
index 45705f2..3f566c4 100644
--- a/SXHkD/.config/sxhkd/sxhkdrc
+++ b/SXHkD/.config/sxhkd/sxhkdrc
@@ -41,7 +41,13 @@ super + plus
super + z
notify-send -u low "Launching zathura"; \
- zathura
+ zathura;
+
+super + ctrl + m
+ $HOME/.local/scripts/mail_fetch
+
+super + p
+ passmenu -f -i
# lock and power
@@ -54,12 +60,6 @@ super + alt + L
super + ctrl + alt + l
xtrlock;
-super + ctrl + m
- $HOME/.local/scripts/mail_fetch
-
-super + p
- passmenu -f -i
-
super + F11
systemctl hibernate
@@ -77,10 +77,10 @@ super + shift + Escape
# Media
super + F{6,7,8}
- playerctl {previous,play-pause,next};
+ playerctl --player=spotify {previous,play-pause,next};
XF86Audio{Prev,Play,Next}
- playerctl {previous,play-pause,next};
+ playerctl --player=spotify {previous,play-pause,next};
XF86Audio{Lower,Raise}Volume
kill -42 $(pidof dwmblocks); \