36 lines
567 B
Plaintext
Executable File
36 lines
567 B
Plaintext
Executable File
#
|
|
# wm independent hotkeys
|
|
#
|
|
#emoji menu
|
|
# super + period
|
|
super + grave
|
|
unicode_emoji
|
|
|
|
# swap cap if stops working
|
|
super + c
|
|
setxkbmap -option caps:swapescape && xset r rate 300 50
|
|
|
|
# ncmpcpp
|
|
super + shift + n
|
|
$TERMINAL -e ncmpcpp
|
|
|
|
# Screenshot tool
|
|
Print
|
|
maimshot
|
|
|
|
# file explorer
|
|
super + shift + f
|
|
pcmanfm
|
|
|
|
# web browser
|
|
super + shift + b
|
|
firefox
|
|
|
|
# make sxhkd reload its configuration files:
|
|
super + Escape
|
|
pkill -USR1 -x sxhkd
|
|
|
|
# Volume
|
|
XF86Audio{RaiseVolume,LowerVolume,Mute}
|
|
pamixer -{i,d,t} 2; kill -34 $(cat ~/.cache/pidofbar)
|