From cd5e0023b188694c7ef5d5b2f7bb0f01383f3846 Mon Sep 17 00:00:00 2001 From: memchr Date: Sun, 16 Jun 2024 14:42:43 +0000 Subject: [PATCH] add cursor:warp_on_change_workspace (#684) https://github.com/hyprwm/Hyprland/pull/6480 --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index be917a9..b0123e3 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -417,6 +417,7 @@ _Subcategory `group:groupbar:`_ | inactive_timeout | in seconds, after how many seconds of cursor's inactivity to hide it. Set to `0` for never. | int | 0 | | no_warps | if true, will not warp the cursor in many cases (focusing, keybinds, etc) | bool | false | | persistent_warps | When a window is refocused, the cursor returns to its last position relative to that window, rather than to the centre. | bool | false | +| warp_on_change_workspace | If true, move the cursor to the last focused window after changing the workspace. | bool | false | | default_monitor | the name of a default monitor for the cursor to be set to on startup (see `hyprctl monitors` for names) | str | [[EMPTY]] | | zoom_factor | the factor to zoom by around the cursor. Like a magnifying glass. Minimum 1.0 (meaning no zoom) | float | 1.0 | | zoom_rigid | whether the zoom should follow the cursor rigidly (cursor is always centered if it can be) or loosely | bool | false |