23 lines
347 B
Plaintext
23 lines
347 B
Plaintext
# Reload sxhkd
|
|
super + Escape
|
|
pkill -USR1 -x sxhkd
|
|
|
|
# Volume
|
|
XF86Audio{RaiseVolume,LowerVolume,Mute}
|
|
amixer set Master {5%+,5%-,toggle}
|
|
|
|
# Brightness
|
|
XF86MonBrightness{Up,Down}
|
|
brightnessctl set {+10%,10%-}
|
|
|
|
# Screenshot
|
|
Print
|
|
flameshot gui
|
|
|
|
super + Print
|
|
flameshot full -p ~/Pictures
|
|
|
|
# File manager
|
|
ctrl + alt + h
|
|
thunar
|