feat: disable not respondind
dialog in hyprland and persist its directory
This commit is contained in:
parent
828c6352a5
commit
07ca2a759b
@ -105,6 +105,7 @@ in
|
|||||||
misc = {
|
misc = {
|
||||||
disable_hyprland_logo = true;
|
disable_hyprland_logo = true;
|
||||||
disable_splash_rendering = true;
|
disable_splash_rendering = true;
|
||||||
|
enable_anr_dialog = false;
|
||||||
mouse_move_enables_dpms = true;
|
mouse_move_enables_dpms = true;
|
||||||
vfr = false;
|
vfr = false;
|
||||||
vrr = 0; # TODO: Remove after flickering is fixed
|
vrr = 0; # TODO: Remove after flickering is fixed
|
||||||
@ -268,5 +269,9 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
persist.state.directories = [
|
||||||
|
".local/share/hyprland"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user