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
|
# reload with kill -10 $(pidof sxhkd)
{super + Return,button8}
$TERMINAL
super + d
dmenu_run -hp "browser,mail,librewolf,discord,anki,steam,monero-wallet-gui"
{super + shift + x}
slock
Scroll_Lock
themeswap
Print
screenshot
{super + equal, XF86AudioRaiseVolume}
wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+; kill -44 $(pidof dwmblocks)
{super + minus, XF86AudioLowerVolume}
wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-; kill -44 $(pidof dwmblocks)
XF86Launch1
wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; kill -44 $(pidof dwmblocks)
F6
wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle; kill -45 $(pidof dwmblocks)
{F7,super + n,super + shift + n}
$TERMINAL -e {dmenurecord,lfub "$XDG_DATA_HOME/notes",newsboat}
super + {m, shift + m}
{music,musiccmd}
XF86Audio{Prev,Next,Play,Stop}
musiccmd {prev,next,cycle,stop}
super + {s,a,y,w,e}
dmenusearch {web,aur,youtube,man,emoji}
super + shift + w
dmenuoff
super + u
dmenuhandler "$(xclip -o)"
{super + shift + u,button2}
plumber --sel
button9
xdo kill
|