hyprlock: disable immediate render
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
6a753ad0b2
commit
bf3637818b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
||||||
general = {
|
general = {
|
||||||
grace = 5 * 60; # Seconds
|
grace = 5 * 60; # Seconds
|
||||||
hide_cursor = true;
|
hide_cursor = true;
|
||||||
immediate_render = true;
|
#// immediate_render = true;
|
||||||
no_fade_in = true; # Fix suspend interrupting animation
|
no_fade_in = true; # Fix suspend interrupting animation
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue