-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhlwm.mim
97 lines (97 loc) · 1.33 KB
/
hlwm.mim
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
91
92
93
94
95
96
97
[
{
name=Hua Xing
commands=[
{
//=c open a terminal
type=note
id=48
shell=herbstclient spawn st
},
{
//=c# close client
type=note
id=49
shell=herbstclient close
},
{
//=d open dmenu run dialouge
type=note
id=50
shell=herbstclient spawn dmenu_run_hlwm
},
{
//=C_1 cycle through tags
type=note
id=24
shell=herbstclient use_index -1 --skip-visible
},
{
//=D_1 cycle through tags
type=note
id=26
shell=herbstclient use_index +1 --skip-visible
},
{
//=Eb_1 cycle through clients in a frame
type=note
id=27
shell=herbstclient cycle
},
{
//=E_1 cycle through clients
type=note
id=28
shell=herbstclient cycle_all
},
{
//=f
type=note
id=53
shell=herbstclient focus left
},
{
//=g
type=note
id=55
shell=herbstclient focus down
},
{
//=a
type=note
id=57
shell=herbstclient focus up
},
{
//=b
type=note
id=59
shell=herbstclient focus right
},
{
//=f#
type=note
id=54
shell=herbstclient split bottom 0.5
},
{
//=g# remove frames
type=note
id=56
shell=herbstclient remove
},
{
//=bb
type=note
id=58
shell=herbstclient split right 0.5
},
{
//=e cycle layouts within a frame
type=note
id=52
shell=herbstclient cycle_layout +1
}
]
}
]