From e09caeed3e6c0351453c0a78de548fb4fe058781 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Fri, 14 Jul 2023 19:27:18 +0000 Subject: [PATCH] deploy: c1cdce3d89741d402d8fd2c93e3d2643ff85b053 --- options.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.html b/options.html index cf48e8261..76e26801e 100644 --- a/options.html +++ b/options.html @@ -10435,7 +10435,7 @@ This must to correspond to the value of the keybinding of the default workspace. } ]

Declared by:

<home-manager/modules/services/window-managers/i3-sway/sway.nix> -
wayland.windowManager.sway.config.floating.modifier

Modifier key that can be used to drag floating windows.

Type: one of "Shift", "Control", "Mod1", "Mod2", "Mod3", "Mod4", "Mod5"

Default: "sway.config.modifier"

Example: "Mod4"

Declared by:

+
wayland.windowManager.sway.config.floating.modifier

Modifier key or keys that can be used to drag floating windows.

Type: string

Default: "sway.config.modifier"

Example: "Mod4"

Declared by:

<home-manager/modules/services/window-managers/i3-sway/sway.nix>
wayland.windowManager.sway.config.floating.titlebar

Whether to show floating window titlebars.

Type: boolean

Default:

''
   true for state version ≥ 23.05
@@ -11354,7 +11354,7 @@ This must to correspond to the value of the keybinding of the default workspace.
   }
 ]

Declared by:

<home-manager/modules/services/window-managers/i3-sway/i3.nix> -
xsession.windowManager.i3.config.floating.modifier

Modifier key that can be used to drag floating windows.

Type: one of "Shift", "Control", "Mod1", "Mod2", "Mod3", "Mod4", "Mod5"

Default: "i3.config.modifier"

Example: "Mod4"

Declared by:

+
xsession.windowManager.i3.config.floating.modifier

Modifier key or keys that can be used to drag floating windows.

Type: string

Default: "i3.config.modifier"

Example: "Mod4"

Declared by:

<home-manager/modules/services/window-managers/i3-sway/i3.nix>
xsession.windowManager.i3.config.floating.titlebar

Whether to show floating window titlebars.

Type: boolean

Default:

''
   true for state version ≥ 23.05