use XF86LaunchA for changing the keyboard layout
[~bandali/configs] / sxhkd / .config / sxhkd / sxhkdrc
CommitLineData
3aeeb20d
AB
1#
2# bspwm hotkeys
3#
4
5super + alt + Escape
6 bspc quit
7
8super + w
9 bspc window -c
10
11super + t
12 bspc desktop -l next
13
14super + b
15 bspc desktop -B
16
17super + {s,f}
18 bspc window -t {floating,fullscreen}
19
20super + {grave,Tab}
21 bspc {window,desktop} -f last
22
23super + apostrophe
24 bspc window -s last
25
26super + {o,i}
27 bspc control --record-history off; \
28 bspc window {older,newer} -f; \
29 bspc control --record-history on
30
31super + y
32 bspc window -w last.manual
33
34super + m
35 bspc window -s biggest
36
37super + {_,shift + }{h,j,k,l}
38 bspc window -{f,s} {left,down,up,right}
39
40super + {_,shift + }c
41 bspc window -f {next,prev}
42
43super + {comma,period}
44 bspc desktop -C {backward,forward}
45
46super + bracket{left,right}
47 bspc desktop -f {prev,next}
48
49super + ctrl + {h,j,k,l}
50 bspc window -p {left,down,up,right}
51
52super + ctrl + {_,shift + }space
53 bspc {window -p cancel,desktop -c}
54
55super + alt + {h,j,k,l}
56 bspc window -e {left -10,down +10,up -10,right +10}
57
58super + alt + shift + {h,j,k,l}
59 bspc window -e {right -10,up +10,down -10,left +10}
60
61super + ctrl + {1-9}
62 bspc window -r 0.{1-9}
63
64super + {_,shift + }{1-9,0}
65 bspc {desktop -f,window -d} ^{1-9,10}
66
67~button1
68 bspc pointer -g focus
69
70super + button{1-3}
71 bspc pointer -g {move,resize_side,resize_corner}
72
73super + !button{1-3}
74 bspc pointer -t %i %i
75
76super + @button{1-3}
77 bspc pointer -u
78
79#
80# wm independent hotkeys
81#
82
83super + Return
84 urxvt
85
86super + space
6cfa03bc 87 dmenu_run -fn "-*-termsyn-medium-r-normal-*-13-*-*-*-c-*-*-1" -h 24 -nb \#1d1f21 -nf \#ffffff -sb \#cc6666 -sf \#ffffff
d6e35f6a
AB
88
89super + x
90 slimlock
3aeeb20d 91
5ece0347
AB
92super + e
93 emacs
94
95super + r
96 firefox-developer
97
3aeeb20d
AB
98# make sxhkd reload its configuration files:
99super + Escape
100 pkill -USR1 -x sxhkd
101
102XF86MonBrightnessDown
956f6a99 103 xbacklight -dec 5
3aeeb20d
AB
104
105XF86MonBrightnessUp
956f6a99 106 xbacklight -inc 5
3aeeb20d
AB
107
108XF86KbdBrightnessDown
109 kbdlight down
110
111XF86KbdBrightnessUp
112 kbdlight up
113
d760033f
AB
114#XF86AudioRaiseVolume
115# pulseaudio-ctl up
78856df8 116
d760033f
AB
117#XF86AudioLowerVolume
118# pulseaudio-ctl down
78856df8 119
d760033f
AB
120#XF86AudioMute
121# pulseaudio-ctl mute
78856df8 122
a341f8e4
AB
123XF86AudioPlay
124 mpc toggle
125
126XF86AudioPrev
127 mpc prev
128
129XF86AudioNext
130 mpc next
131
d760033f 132XF86AudioRaiseVolume
5c899f1f 133 pamixer --allow-boost --increase 5
8c17e1b6 134
d760033f 135XF86AudioLowerVolume
5c899f1f 136 pamixer --allow-boost --decrease 5
8c17e1b6 137
d760033f 138XF86AudioMute
5c899f1f 139 pamixer --toggle-mute
ed5099ff
AB
140
141XF86LaunchA
142 toggle-layout