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,7 +12,8 @@
};
kwinrc = {
# Tiling - Laptop
"Tiling/Layout" = {
"Tiling/Layout" = [
{
layoutDirection = "horizontal";
tiles = [
{
@ -23,12 +24,17 @@
];
width = 0.33;
}
{ width = 0.67; }
{
width = 0.67;
}
];
};
}
];
Tiling = {
padding = 10;
};
# Set window border size
"org.kde.kdecoration2" = {
BorderSize = "None";