hyprland: Disable autoreload

Not needed since autoreload doesn't work anyway with home-manager.
This commit is contained in:
Donovan Glover 2023-06-22 07:15:46 -04:00
parent 71b23e9bf3
commit 355e58c76e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -183,6 +183,7 @@ let VARIABLES = import ../src/variables.nix; in {
animate_manual_resizes = yes
animate_mouse_windowdragging = yes
focus_on_activate = yes
disable_autoreload = yes
}
'';
}