-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathsxhkdrc_normal
69 lines (49 loc) · 1.23 KB
/
sxhkdrc_normal
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
super + Return
cottage -f spawn urxvt
super + d
dmenu_run -i -b -nb "#70898F" -nf "black" -sf "#74718E" -h 20
super + {z, g, h, v}
cottage -f change_layout {0, 1, 2, 3}
super + {n, l}
cottage -f {next_layout, last_layout}
super + shift + n
cottage -f previous_layout
super + f
rm ~/.config/sxhkd/sxhkdrc; \
ln -s ~/.config/sxhkd/sxhkdrc_focus ~/.config/sxhkd/sxhkdrc; \
pkill -USR1 -x sxhkd
super + shift + f
rm ~/.config/sxhkd/sxhkdrc; \
ln -s ~/.config/sxhkd/sxhkdrc_floating ~/.config/sxhkd/sxhkdrc; \
pkill -USR1 -x sxhkd
super + shift + space
cottage -f toggle_float
super + Delete
cottage -f quit_howm 0
super + m
cottage -f resize_master 5
super + shift + m
cottage -f resize_master -5
super + b
cottage -f toggle_bar
super + period
cottage -f replay
super + p
cottage -f paste
super + q
cottage -f send_to_scratchpad
super + shift + q
cottage -f get_from_scratchpad
# Time for operators
alt + {q, j, k, d}
cottage -f {op_kill, op_move_down, op_move_up, op_cut}
alt + g
cottage -f op_shrink_gaps
alt + shift + g
cottage -f op_grow_gaps
# Counts
alt + {1-9}
cottage -f count {1-9}
# Motions
alt + {w, c}
cottage -f motion {w, c}