lots of snippets
[dotfiles.git] / .config / sxhkd / sxhkdrc
1 XF86Audio{LowerVolume,RaiseVolume}
2     pulsemixer --change-volume {-5,+5} &\
3         refresh_blocks 10
4     
5 XF86Audio{Mute}
6     pulsemixer --toggle-mute &\
7         refresh_blocks 10
8
9 super + r
10     kill -SIGUSR1 $(pidof sxhkd) &\
11     notify-send "Reloaded sxhkd" -i ""
12
13 super + b
14     brave
15
16 super + shift + b  
17     pbm -o
18
19 super + t
20     Staskell
21
22 super + f
23     st lf
24
25 super + n
26     st newsboat
27
28 super + m
29     st ncmpcpp
30
31 super + s
32     st pulsemixer
33
34 super + l
35     st slock -m "$(figlet locked xd | cowsay -f cheese -n)"
36
37 super + {Down,Left,Right}
38     mpc {toggle,prev,next}
39
40 super + e
41     emoter
42
43 super + shift + e
44     emoter -g
45
46 super + d
47     monitor-attach &\
48     notify-send "Attached Monitor" -i ""
49
50 super + shift + d
51     monitor-detach &\
52     notify-send "Detached Monitor" -i ""
53
54 alt + s
55     screenshot -f
56
57 alt + shift + s
58     screenshot -b
59
60 {Home,End}
61     mod_brightness {0.1,-0.1}