From 9fab0c8b72674f1eaa84756e3ab5da75514ca992 Mon Sep 17 00:00:00 2001 From: Ikalco <73481042+ikalco@users.noreply.github.com> Date: Thu, 2 May 2024 20:39:23 -0500 Subject: [PATCH] add default_cursor_monitor option (#627) --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index f86ae05..35b1027 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -64,6 +64,7 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5 | cursor_inactive_timeout | in seconds, after how many seconds of cursor's inactivity to hide it. Set to `0` for never. | int | 0 | | layout | which layout to use. [dwindle/master] | str | dwindle | | no_cursor_warps | if true, will not warp the cursor in many cases (focusing, keybinds, etc) | bool | false | +| default_cursor_monitor | the name of a default monitor for the cursor to be set to on startup (see `hyprctl monitors` for names) | str | [[EMPTY]] | | no_focus_fallback | if true, will not fall back to the next available window when moving focus in a direction where no window was found | bool | false | | apply_sens_to_raw | if on, will also apply the sensitivity to raw mouse output (e.g. sensitivity in games) **NOTICE:** ***really*** not recommended. | bool | false | | resize_on_border | enables resizing windows by clicking and dragging on borders and gaps | bool | false |