Testing
This commit is contained in:
parent
42b5303563
commit
60f5827a55
1 changed files with 14 additions and 1 deletions
|
@ -12,7 +12,20 @@
|
||||||
};
|
};
|
||||||
kwinrc = {
|
kwinrc = {
|
||||||
# Tiling - Laptop
|
# Tiling - Laptop
|
||||||
"Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"layoutDirection\":\"vertical\",\"tiles\":[{\"height\":0.5},{\"height\":0.5}],\"width\":0.33},{\"width\":0.67}]}";
|
"Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f" = {
|
||||||
|
layoutDirection = "horizontal";
|
||||||
|
tiles = [
|
||||||
|
{
|
||||||
|
layoutDirection = "vertical";
|
||||||
|
tiles = [
|
||||||
|
{ height = 0.5; }
|
||||||
|
{ height = 0.5; }
|
||||||
|
];
|
||||||
|
width = 0.33;
|
||||||
|
}
|
||||||
|
{ width = 0.67; }
|
||||||
|
];
|
||||||
|
};
|
||||||
Tiling = {
|
Tiling = {
|
||||||
padding = 10;
|
padding = 10;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue