Disable not responding pop-up

This commit is contained in:
Thomas Avé 2025-04-21 19:04:43 +02:00
parent bc475a2704
commit 982f00886a
2 changed files with 5 additions and 1 deletions

View File

@ -174,7 +174,10 @@ in {
};
binds = { scroll_event_delay = 1; };
xwayland = { force_zero_scaling = true; };
misc = { disable_hyprland_logo = 1; };
misc = {
disable_hyprland_logo = 1;
enable_anr_dialog = false;
};
decoration = {
rounding = 1;
blur = { enabled = false; };

View File

@ -150,4 +150,5 @@ in {
boot.extraModprobeConfig = "options vfio-pci ids=10de:1b80,10de:10f0";
};
};
fonts.fontDir.enable = true;
}