blob: f53543fa142f1267743c49c679ac8216778b19b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
#
# wm independent hotkeys
#
#emoji menu
# super + period
super + grave
unicode_emoji
# swap cap if stops working
super + c
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)
|