Testing
This commit is contained in:
parent
12708d4326
commit
67c40ece6d
1 changed files with 20 additions and 14 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue