fix(home:hyprland): remove cursor timeout option

This commit is contained in:
ooks-io 2024-06-15 21:33:46 +12:00
parent 9b28a27191
commit 4071f93220

View file

@ -11,9 +11,9 @@ in
config = mkIf (wayland.compositor == "hyprland") {
wayland.windowManager.hyprland = {
settings = {
cursor = {
inactive_timeout = 4;
};
# cursor = {
# inactive_timeout = 4;
# };
general = {
gaps_in = 10;
gaps_out = 10;