-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.kdl
32 lines (31 loc) · 852 Bytes
/
layout.kdl
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
layout {
floating_panes {
pane command="~/bin/stam" name="foto ffa" {
width "20%"
y "15%"
}
pane command="~/bin/stam" name="simba" {
x "10%"
y "10%"
width "30%"
height "10%"
}
}
pane split_direction="vertical" {
pane command="~/bin/stam" name="salamtak" {
size "65%"
}
pane split_direction="horizontal" {
pane command="~/bin/stam" name="sababa"
pane command="~/bin/stam" name="soho"
pane split_direction="vertical" {
pane command="~/bin/stam" name="jaemalo" {
size "20%"
}
pane command="~/bin/stam" name="isma" {
size "80%"
}
}
}
}
}