This commit is contained in:
albert 2024-06-20 20:00:25 +09:00
parent 42b5303563
commit 60f5827a55
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -12,7 +12,20 @@
};
kwinrc = {
# 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 = {
padding = 10;
};