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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
super + q
shutdown-rofi
super + shift + r
herbstclient reload
super + k
herbstclient close
super + alt + k
herbstclient remove
super + Return
herbstclient spawn kitty
super + t
herbstclient spawn hlwm-run-or-raise "\(URxvt\|Hyper\|kitty\|org\.wezfurlong\.wezterm\)" kitty
super + b
herbstclient spawn hlwm-run-or-raise "\(Conkeror\|[Ff]irefox\|Chromium\|Nyxt\|qutebrowser\|Zen\|glide-glide\)" firefox
super + e
herbstclient spawn hlwm-run-or-raise Emacs emacsclient --create-frame
ctrl + alt + l
herbstclient spawn i3lock --color 000000
super + x
herbstclient spawn hlwm-switch-tags
super + shift + {b,n,p,f}
herbstclient shift {left,down,up,right}
super + ctrl + {b,n,p,f}
herbstclient resize {left,down,up,right} +0.05
super + shift + underscore
herbstclient split bottom 0.5
super + shift + bar
herbstclient split right 0.5
super + period
herbstclient use_index +1 --skip-visible
super + comma
herbstclient use_index -1 --skip-visible
super + shift + ctrl + f
herbstclient floating toggle
super + f
herbstclient cycle_layout 1 vertical max
super + m
herbstclient fullscreen toggle
super + p
herbstclient pseudotile toggle
super + space
herbstclient or , and . compare tags.focus.curframe_wcount = 2 . cycle_layout +1 vertical horizontal max vertical grid , cycle_layout +1
super + BackSpace
herbstclient cycle_monitor
super + u
herbstclient jumpto urgent
# XF86AudioPlay
# herbstclient spawn playerctl toggle
# XF86AudioNext
# herbstclient spawn playerctl next
# XF86AudioPrev
# herbstclient spawn playerctl prev
super + s; f
flameshot full ~/pictures/screenshots/
super + s; c
flameshot gui
super + o
herbstclient cycle_frame
super + r
herbstclient spawn rofi -show drun
super + w
herbstclient spawn rofi -show window
|