From be6c66d8011b4ff8a2c89e7c9d9d6f250ef2a4a8 Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Mon, 1 Jun 2026 14:15:34 +0200 Subject: [PATCH] hypr: keep software cursors for the vertical monitor no_hardware_cursors auto (2) still corrupts the cursor on the rotated vertical monitor, and Hyprland has no per-monitor override, so force software cursors (1) globally. --- dot_config/hypr/hyprland.d.lua/general.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/hypr/hyprland.d.lua/general.lua b/dot_config/hypr/hyprland.d.lua/general.lua index ca14163..508bd00 100644 --- a/dot_config/hypr/hyprland.d.lua/general.lua +++ b/dot_config/hypr/hyprland.d.lua/general.lua @@ -15,7 +15,7 @@ hl.config({ warp_on_change_workspace = true, enable_hyprcursor = true, sync_gsettings_theme = true, - no_hardware_cursors = 2 -- auto: HW cursors where supported, SW only when needed + no_hardware_cursors = 1 -- software cursors: HW cursors corrupt on the rotated/vertical monitor (no per-monitor override exists) }, decoration = { rounding = 5,