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

View file

@ -12,23 +12,29 @@
}; };
kwinrc = { kwinrc = {
# Tiling - Laptop # Tiling - Laptop
"Tiling/Layout" = { "Tiling/Layout" = [
layoutDirection = "horizontal"; {
tiles = [ layoutDirection = "horizontal";
{ tiles = [
layoutDirection = "vertical"; {
tiles = [ layoutDirection = "vertical";
{ height = 0.5; } tiles = [
{ height = 0.5; } { height = 0.5; }
]; { height = 0.5; }
width = 0.33; ];
} width = 0.33;
{ width = 0.67; } }
]; {
}; width = 0.67;
}
];
}
];
Tiling = { Tiling = {
padding = 10; padding = 10;
}; };
# Set window border size # Set window border size
"org.kde.kdecoration2" = { "org.kde.kdecoration2" = {
BorderSize = "None"; BorderSize = "None";