blob: 4425de232ac2e5c9406e4306d377c177fa1d8d8e (
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
55
56
57
58
59
60
61
62
63
64
65
66
|
# wm-independent keybindings
# Restart hotkey damon
super + shift + x
killall sxhkd && sxhkd &
super + Return
st
super + shift + Return
pcmanfm
alt + Return
run_dmenu
Print
scrot /zt/Screenshots/Screenshot-%Y-%d-%m--%T.png
alt + F1
betterlockscreen -l -t "pee pee poo poo"
alt + F2
pulseaudio-ctl mute
alt + F3
pulseaudio-ctl down
alt + F4
pulseaudio-ctl up
alt + F8
dnd
alt + F11
pulseaudio-ctl
alt + F12
kill -s USR1 $(pidof deadd-notification-center)
super + F1
pcmanfm
super + F2
pavucontrol
super + F3
qbittorrent
super + F4
thunderbird
super + F6
gimp
super + F7
nitrogen
super + F10
firefox
super + F11
st -e bashtop
super + F12
st -e ranger
|