config: add option to disable layering (resolves #41)

This commit is contained in:
Peter Fajdiga
2024-03-30 12:45:25 +01:00
parent 9b80b535a1
commit 695f5edf6a
2 changed files with 12 additions and 0 deletions

View File

@@ -121,6 +121,13 @@
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="kcfg_noLayering">
<property name="text">
<string>No layering</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>

View File

@@ -174,6 +174,11 @@ const configDef = [
type: "Bool",
default: false,
},
{
name: "noLayering",
type: "Bool",
default: false,
},
{
name: "windowRules",
type: "String",