Testing
This commit is contained in:
parent
c8633ac4e4
commit
38d9b99a31
1 changed files with 20 additions and 24 deletions
|
@ -12,30 +12,26 @@
|
|||
};
|
||||
kwinrc = {
|
||||
# Tiling - Laptop
|
||||
"Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"layoutDirection\":\"vertical\",\"tiles\":[{\"height\":0.5},{\"height\":0.5}],\"width\":0.3800531914893607},{\"width\":0.6199468085106388}]}";
|
||||
|
||||
# "Tiling/Layout" = [
|
||||
# {
|
||||
# layoutDirection = "horizontal";
|
||||
# tiles = [
|
||||
# {
|
||||
# layoutDirection = "vertical";
|
||||
# tiles = [
|
||||
# {
|
||||
# height = 0.5;
|
||||
# }
|
||||
# {
|
||||
# height = 0.5;
|
||||
# }
|
||||
# ];
|
||||
# width = 0.33;
|
||||
# }
|
||||
# {
|
||||
# width = 0.67;
|
||||
# }
|
||||
# ];
|
||||
# }
|
||||
# ];
|
||||
"Tiling/d67b1509-69a3-585f-adcc-1048a4265c4f"."tiles" = "{
|
||||
\"layoutDirection\":\"horizontal\",
|
||||
\"tiles\":[
|
||||
{
|
||||
\"layoutDirection\":\"vertical\",
|
||||
\"tiles\":[
|
||||
{
|
||||
\"height\":0.5
|
||||
},
|
||||
{
|
||||
\"height\":0.5
|
||||
}
|
||||
],
|
||||
\"width\":0.3800531914893607
|
||||
},
|
||||
{
|
||||
\"width\":0.6199468085106388
|
||||
}
|
||||
]
|
||||
}";
|
||||
|
||||
Tiling = {
|
||||
padding = 10;
|
||||
|
|
Loading…
Reference in a new issue