mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
hyprlock: disable immediate render
This commit is contained in:
parent
fc446004c1
commit
419d0bac87
1 changed files with 1 additions and 5 deletions
|
|
@ -15,10 +15,7 @@ in
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
general = {
|
||||
hide_cursor = true;
|
||||
immediate_render = true;
|
||||
};
|
||||
general.hide_cursor = true;
|
||||
auth."fingerprint:enabled" = cfg.fprintAuth;
|
||||
|
||||
animations.enabled = false;
|
||||
|
|
@ -26,7 +23,6 @@ in
|
|||
background = {
|
||||
monitor = "";
|
||||
path = "screenshot";
|
||||
color = "rgb(0,0,0)";
|
||||
blur_passes = 2;
|
||||
brightness = 0.5;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue