1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

grace 300 => 10

This commit is contained in:
andrey_varnavskiy
2024-12-01 06:16:47 +05:00
parent ad02bf97ea
commit b729a02932

View File

@@ -4,7 +4,7 @@
settings = { settings = {
general = { general = {
disable_loading_bar = true; disable_loading_bar = true;
grace = 300; grace = 10;
hide_cursor = true; hide_cursor = true;
no_fade_in = false; no_fade_in = false;
}; };