turned off hyprland ANR warnings
firefox kept having application not responding errors and it makes a floating window appear in the active workspace, interrupting me trying to troubleshoot the issue disabled this feature as it is not helpful in any way
This commit is contained in:
parent
1f57a9fc52
commit
ac41eb0015
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
xwayland.enable = true;
|
||||
systemd.variables = ["--all"];
|
||||
settings = {
|
||||
misc = {
|
||||
enable_anr_dialog = false;
|
||||
};
|
||||
# Monitor config for home desk layout
|
||||
monitor = [
|
||||
"eDP-2, 2560x1600@165, 0x0, auto" # main laptop monitor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue