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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user