Disable not responding pop-up
This commit is contained in:
parent
bc475a2704
commit
982f00886a
|
@ -174,7 +174,10 @@ in {
|
||||||
};
|
};
|
||||||
binds = { scroll_event_delay = 1; };
|
binds = { scroll_event_delay = 1; };
|
||||||
xwayland = { force_zero_scaling = true; };
|
xwayland = { force_zero_scaling = true; };
|
||||||
misc = { disable_hyprland_logo = 1; };
|
misc = {
|
||||||
|
disable_hyprland_logo = 1;
|
||||||
|
enable_anr_dialog = false;
|
||||||
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 1;
|
rounding = 1;
|
||||||
blur = { enabled = false; };
|
blur = { enabled = false; };
|
||||||
|
|
|
@ -150,4 +150,5 @@ in {
|
||||||
boot.extraModprobeConfig = "options vfio-pci ids=10de:1b80,10de:10f0";
|
boot.extraModprobeConfig = "options vfio-pci ids=10de:1b80,10de:10f0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
fonts.fontDir.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue