blob: 277733c0c1cbf7f458985dff7c13ad2f29b610bf (
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
50
51
52
53
54
|
# wm-independent keybindings
# Restart hotkey damon
super + shift + x
killall sxhkd && sxhkd &
super + Return
st
super + shift + Return
pcmanfm
alt + Return
run_dmenu
alt + shift + Return
echo "Lockscreen not set up"
Print
scrot /zt/Screenshots/Screenshot-%Y-%d-%m--%T.png
alt + F2
pulseaudio-ctl mute
alt + F3
pulseaudio-ctl down
alt + F4
pulseaudio-ctl up
F1
pcmanfm
F2
pavucontrol
F3
ktorrent
F4
thunderbird
F6
gimp
F7
nitrogen
F11
st -e bashtop
F12
st -e ranger
|