mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51: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;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
general.hide_cursor = true;
|
||||||
hide_cursor = true;
|
|
||||||
immediate_render = true;
|
|
||||||
};
|
|
||||||
auth."fingerprint:enabled" = cfg.fprintAuth;
|
auth."fingerprint:enabled" = cfg.fprintAuth;
|
||||||
|
|
||||||
animations.enabled = false;
|
animations.enabled = false;
|
||||||
|
|
@ -26,7 +23,6 @@ in
|
||||||
background = {
|
background = {
|
||||||
monitor = "";
|
monitor = "";
|
||||||
path = "screenshot";
|
path = "screenshot";
|
||||||
color = "rgb(0,0,0)";
|
|
||||||
blur_passes = 2;
|
blur_passes = 2;
|
||||||
brightness = 0.5;
|
brightness = 0.5;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue