This commit is contained in:
albert 2024-06-20 20:11:42 +09:00
parent 67c40ece6d
commit c8633ac4e4
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -12,24 +12,30 @@
}; };
kwinrc = { kwinrc = {
# Tiling - Laptop # Tiling - Laptop
"Tiling/Layout" = [ "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}]}";
{
layoutDirection = "horizontal"; # "Tiling/Layout" = [
tiles = [ # {
{ # layoutDirection = "horizontal";
layoutDirection = "vertical"; # tiles = [
tiles = [ # {
{ height = 0.5; } # layoutDirection = "vertical";
{ height = 0.5; } # tiles = [
]; # {
width = 0.33; # height = 0.5;
} # }
{ # {
width = 0.67; # height = 0.5;
} # }
]; # ];
} # width = 0.33;
]; # }
# {
# width = 0.67;
# }
# ];
# }
# ];
Tiling = { Tiling = {
padding = 10; padding = 10;