mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-15 09:22:30 +02:00
fix: Don't blank cursor at the hyprland level
This fixes an issue where the cursor would occasionally show in fullscreen applications where the cursor was not expected to show. The cursor will still disappear when using kitty.
This commit is contained in:
@ -46,7 +46,6 @@ general {
|
|||||||
border_size = 1
|
border_size = 1
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
cursor_inactive_timeout = 3
|
|
||||||
layout = master
|
layout = master
|
||||||
resize_on_border = yes
|
resize_on_border = yes
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user