update keyboard shortcuts
This commit is contained in:
37
sxhkdrc
37
sxhkdrc
@@ -3,10 +3,33 @@ super + Escape
|
|||||||
"$XDG_CONFIG_HOME"/sxhkd/functions
|
"$XDG_CONFIG_HOME"/sxhkd/functions
|
||||||
Print
|
Print
|
||||||
flameshot gui
|
flameshot gui
|
||||||
#spectacle
|
#change display to extern (HDMI)
|
||||||
ctrl + alt + i
|
alt + shift + e
|
||||||
display-conf -i
|
display-conf.sh -e
|
||||||
ctrl + alt + e
|
#change to eDP
|
||||||
display-conf -e
|
alt + shift + i
|
||||||
ctrl + alt + a
|
display-conf.sh -i
|
||||||
display-conf -a
|
alt + shift + a
|
||||||
|
display-conf.sh -a
|
||||||
|
alt + shift + p
|
||||||
|
pulseaudio-restart.sh
|
||||||
|
#XF86AudioPlay
|
||||||
|
# ""mpc toggle""
|
||||||
|
#XF86Forward
|
||||||
|
# ""mpc next""
|
||||||
|
#XF86Back
|
||||||
|
# ""mpc prev""
|
||||||
|
#XF86AudioRaiseVolume
|
||||||
|
# ""mpc volume +5""
|
||||||
|
#XF86AudioLowerVolume
|
||||||
|
# ""mpc volume -5""
|
||||||
|
XF86Audio{LowerVolume,RaiseVolume}
|
||||||
|
pulsemixer --change-volume {-10,+10}
|
||||||
|
#XF86Audio{Prev,Next}
|
||||||
|
# playerctl {previous,next}
|
||||||
|
XF86AudioPlay
|
||||||
|
playerctl play-pause
|
||||||
|
alt + XF86Audio{LowerVolume,RaiseVolume}
|
||||||
|
playerctl {previous,next}
|
||||||
|
alt + v
|
||||||
|
via
|
||||||
|
|||||||
Reference in New Issue
Block a user