aboutsummaryrefslogtreecommitdiff
path: root/.config/sxhkd/sxhkdrc
blob: 0c5035c0f49d009ebcd50620558c93018d9cb00f (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# spawn applications
super + Return
	term

super + alt + Return
	term -c

super + e
	rofi -show run

super + o
	ipass-otp

super + p
	ipass

super + u
	perl6 -e "'$(dmenu -i < $HOME/.local/etc/uninames.txt)'.uniparse.print" | xdotool type --file -

# multimedia keys
XF86Audio{Play,Stop,Prev,Next}
	mpc -q {toggle,stop,prev,next}

XF86Audio{Raise,Lower}Volume
	vol {inc,dec}

XF86AudioMute
	vol toggle

XF86MonBrightness{Up,Down}
	bl {inc,dec}

# lock screen
super + shift + s
	i3lock -c '#000000'

shift + Pause
	xblank-toggle

# printscreens
Print
	sscrot

shift + Print
	wscrot

# reload sxhkd config
super + shift + r
	pkill -USR1 -x sxhkd