init
[dotfiles.git] / .config / sxhkd / sxhkdrc
1 XF86Audio{Mute,LowerVolume,RaiseVolume}
2     amixer sset Master {0,5-,5+} &\
3     refresh_blocks 10
4
5 super + b
6     brave
7
8 super + shift + b  
9     pbm -o
10
11 super + t
12     Staskell
13
14 super + f
15     st lf
16
17 super + n
18     st newsboat
19
20 super + m
21     st ncmpcpp
22
23 super + {Down,Left,Right}
24     mpc {toggle,prev,next}
25
26 alt + s
27     scrot ~/Downloads/screenshots/ &&\
28         notify-send "Fullscreen screenshot taken" -i ""
29
30 alt + shift + s
31     scrot -u ~/Downloads/screenshots/ &&\
32     notify-send "Windowed screenshot taken" -i ""
33     
34 {Home,End}
35     mod_brightness {0.1,-0.1}