hypr: enable automatic hardware cursors

no_hardware_cursors 2 (auto) uses hardware cursors where supported and
falls back to software only when needed, instead of forcing software
cursors globally.
This commit is contained in:
2026-06-01 14:06:00 +02:00
parent 91c92c46eb
commit cf2d67b7fd
+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 = true
no_hardware_cursors = 2 -- auto: HW cursors where supported, SW only when needed
},
decoration = {
rounding = 5,