rearrange sxhkd
This commit is contained in:
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user