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.
This commit is contained in:
2026-06-01 14:15:34 +02:00
parent 4be6478802
commit be6c66d801
+1 -1
View File
@@ -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,