From 166617decf9774d5f5cba210bf47286ffff340e4 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 9 Feb 2023 15:31:00 +0000 Subject: [PATCH] add misc:mouse_move_focuses_monitor --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 9574d2d..fb0aa8f 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -236,6 +236,7 @@ Described [here](../Keywords#per-device-input-configs). | focus_on_activate | Whether Hyprland should focus an app that requests to be focused (an `activate` request) | bool | false | | no_direct_scanout | Disables direct scanout. Direct scanout attempts to reduce lag when there is only one fullscreen application on a screen (e.g. game) | bool | false | | hide_cursor_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true | +| mouse_move_focuses_monitor | Whether mouse moving into a different monitor should focus it | bool | true | # Binds