feat: disable not respondind dialog in hyprland and persist its directory

This commit is contained in:
Dmitriy Kholkin 2025-07-04 15:09:47 +03:00
parent 828c6352a5
commit 07ca2a759b
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -105,6 +105,7 @@ in
misc = {
disable_hyprland_logo = true;
disable_splash_rendering = true;
enable_anr_dialog = false;
mouse_move_enables_dpms = true;
vfr = false;
vrr = 0; # TODO: Remove after flickering is fixed
@ -268,5 +269,9 @@ in
];
};
};
persist.state.directories = [
".local/share/hyprland"
];
};
}