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 = {
# Tiling - Laptop
"Tiling/Layout" = {
layoutDirection = "horizontal";
tiles = [
{
layoutDirection = "vertical";
tiles = [
{ height = 0.5; }
{ height = 0.5; }
];
width = 0.33;
}
{ width = 0.67; }
];
};
"Tiling/Layout" = [
{
layoutDirection = "horizontal";
tiles = [
{
layoutDirection = "vertical";
tiles = [
{ height = 0.5; }
{ height = 0.5; }
];
width = 0.33;
}
{
width = 0.67;
}
];
}
];
Tiling = {
padding = 10;
};
# Set window border size
"org.kde.kdecoration2" = {
BorderSize = "None";