diff --git a/options.html b/options.html index 332acd94c..28daac075 100644 --- a/options.html +++ b/options.html @@ -9191,9 +9191,9 @@ This must to correspond to the value of the keybinding of the default workspace. <home-manager/modules/services/window-managers/i3-sway/sway.nix>
wayland.windowManager.sway.config.focus.followMouse

Whether focus should follow the mouse.

Type: one of "yes", "no", "always" or boolean

Default: "yes"

Declared by:

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

Whether to force focus wrapping in tabbed or stacked container. +

wayland.windowManager.sway.config.focus.forceWrapping

Whether to force focus wrapping in tabbed or stacked containers. -See https://i3wm.org/docs/userguide.html#_focus_wrapping

Type: boolean

Default: false

Declared by:

+This option is deprecated, use focus.wrapping instead.

Type: boolean

Default: false

Declared by:

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

Whether mouse cursor should be warped to the center of the window when switching focus to a window on a different output.

Type: boolean or one of "container", "output"

Default: true

Declared by:

@@ -9202,6 +9202,10 @@ to a window on a different output.

Type:https://i3wm.org/docs/userguide.html#focus_on_window_activation

Type: one of "smart", "urgent", "focus", "none"

Default: "smart"

Example: "none"

Declared by:

<home-manager/modules/services/window-managers/i3-sway/sway.nix> +
wayland.windowManager.sway.config.focus.wrapping

Whether the window focus commands automatically wrap around the edge of containers. + +See https://i3wm.org/docs/userguide.html#_focus_wrapping

Type: one of "yes", "no", "force", "workspace"

Default: "no"

Declared by:

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

Font configuration for window titles, nagbar...

Type: (list of string) or (submodule)

Default: { }

Example:

{
   names = [ "DejaVu Sans Mono" "FontAwesome5Free" ];
   style = "Bold Semi-Condensed";
@@ -10092,9 +10096,9 @@ This must to correspond to the value of the keybinding of the default workspace.
                     <home-manager/modules/services/window-managers/i3-sway/i3.nix>
                 
xsession.windowManager.i3.config.focus.followMouse

Whether focus should follow the mouse.

Type: boolean

Default: true

Declared by:

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

Whether to force focus wrapping in tabbed or stacked container. +

xsession.windowManager.i3.config.focus.forceWrapping

Whether to force focus wrapping in tabbed or stacked containers. -See https://i3wm.org/docs/userguide.html#_focus_wrapping

Type: boolean

Default: false

Declared by:

+This option is deprecated, use focus.wrapping instead.

Type: boolean

Default: false

Declared by:

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

Whether mouse cursor should be warped to the center of the window when switching focus to a window on a different output.

Type: boolean

Default: true

Declared by:

@@ -10103,6 +10107,10 @@ to a window on a different output.

Type:https://i3wm.org/docs/userguide.html#focus_on_window_activation

Type: one of "smart", "urgent", "focus", "none"

Default: "smart"

Example: "none"

Declared by:

<home-manager/modules/services/window-managers/i3-sway/i3.nix> +
xsession.windowManager.i3.config.focus.wrapping

Whether the window focus commands automatically wrap around the edge of containers. + +See https://i3wm.org/docs/userguide.html#_focus_wrapping

Type: one of "yes", "no", "force", "workspace"

Default: "yes"

Declared by:

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

Font configuration for window titles, nagbar...

Type: (list of string) or (submodule)

Default: { }

Example:

{
   names = [ "DejaVu Sans Mono" "FontAwesome5Free" ];
   style = "Bold Semi-Condensed";