mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-15 17:32:30 +02:00
hyprland: Disable autoreload
Not needed since autoreload doesn't work anyway with home-manager.
This commit is contained in:
@ -183,6 +183,7 @@ let VARIABLES = import ../src/variables.nix; in {
|
|||||||
animate_manual_resizes = yes
|
animate_manual_resizes = yes
|
||||||
animate_mouse_windowdragging = yes
|
animate_mouse_windowdragging = yes
|
||||||
focus_on_activate = yes
|
focus_on_activate = yes
|
||||||
|
disable_autoreload = yes
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user