From b786c0794ec8dec63c88f1f38dddc830f53a0e9e Mon Sep 17 00:00:00 2001
From: HeitorAugustoLN
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: