summaryrefslogtreecommitdiff
path: root/.config/sxhkd/sxhkdrc
blob: d17c6c5d5781bfdffce358977dcbb37b32e51cb4 (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
# Basic binds
super + Return
    $TERMINAL

super + d
    dmenu_run -fn "hack:size=10" -nb "#3c302e" -nf "#bbbbbb" -sb  "#a86438" -sf "#000000"

super + shift + f
    $TERMINAL -e $FILE

super + shift + i
    $TERMINAL -e htop

super + shift + m
    $TERMINAL -e ncmpcpp

super + shift + n
    $TERMINAL -e newsboat

super + shift + w
    $BROWSER

super + shift + Escape
    prompt "Shutdown computer?" "sudo -A shutdown -h now"

super + shift + b
    read_books

super + shift + e
    $TERMINAL -e neomutt; pkill -RTMIN+12 $STATUSBAR

super + shift + c
    $TERMINAL -e calcurse -D ~/.config/calcurse

XF86Audio{Raise,Lower}Volume
    amixer sset Master 5%{+,-}; pkill -RTMIN+10 blocks

XF86AudioMute
    amixer sset Master toggle; pkill -RTMIN+10 blocks

XF86PowerOff
    dmenu_shutdown

# Want to look more into this kind of model of opening programs.
# super + o ; {e,w,f,n}
# 	{$TERMINAL -e neomutt,$BROWSER,$TERMINAL -e $FILE, newsboat};