From b786c0794ec8dec63c88f1f38dddc830f53a0e9e Mon Sep 17 00:00:00 2001 From: HeitorAugustoLN Date: Thu, 5 Sep 2024 22:40:24 +0000 Subject: [PATCH] deploy: b82b9ba85c156a5e7f865cc94ed2a4df20cbbf39 --- options.xhtml | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) diff --git a/options.xhtml b/options.xhtml index 9ab40d2a..ae92f4a4 100644 --- a/options.xhtml +++ b/options.xhtml @@ -11649,6 +11649,152 @@ null or boolean

Example: true

+

Declared by:

+ + +
+ +<plasma-manager/modules/kwin.nix> + +
+ +
+ + programs.plasma.kwin.tiling.layout + + +
+
+

This option has no description.

+ +

Type: +null or (submodule)

+ +

Default: +null

+ +

Example:

{
+  id = "cf5c25c2-4217-4193-add6-b5971cb543f2";
+  tiles = {
+    layoutDirection = "horizontal";
+    tiles = [
+      {
+        width = 0.5;
+      }
+      {
+        layoutDirection = "vertical";
+        tiles = [
+          {
+            height = 0.5;
+          }
+          {
+            height = 0.5;
+          }
+        ];
+        width = 0.5;
+      }
+    ];
+  };
+}
+
+ +

Declared by:

+ + +
+ +<plasma-manager/modules/kwin.nix> + +
+
+
+ + programs.plasma.kwin.tiling.layout.id + + +
+
+

The id of the layout.

+ +

Type: +null or string

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<plasma-manager/modules/kwin.nix> + +
+
+
+ + programs.plasma.kwin.tiling.layout.tiles + + +
+
+

This option has no description.

+ +

Type: +null or (attribute set of anything)

+ +

Default: +null

+ +

Example:

{
+  layoutDirection = "horizontal";
+  tiles = [
+    {
+      width = 0.5;
+    }
+    {
+      layoutDirection = "vertical";
+      tiles = [
+        {
+          height = 0.5;
+        }
+        {
+          height = 0.5;
+        }
+      ];
+      width = 0.5;
+    }
+  ];
+}
+
+ +

Declared by:

+ + +
+ +<plasma-manager/modules/kwin.nix> + +
+
+
+ + programs.plasma.kwin.tiling.padding + + +
+
+

The padding between windows in tiling.

+ +

Type: +null or (positive integer, meaning >0)

+ +

Default: +null

+ +

Example: +10

+

Declared by: