disable not responding dialog

This commit is contained in:
Kopatz
2025-08-10 19:55:42 +02:00
parent 5bbd717b64
commit b0b7d7489c

View File

@@ -110,7 +110,7 @@ in
allow_tearing = true;
};
misc = { vfr = true; middle_click_paste = false; };
misc = { vfr = true; middle_click_paste = false; enable_anr_dialog = false; };
xwayland = lib.mkIf isPc { force_zero_scaling = true; };
decoration = {
@@ -265,7 +265,7 @@ in
"$mainMod, mouse_down, workspace, e+1"
"$mainMod, mouse_up, workspace, e-1"
"ALT, Tab, cyclenext,"
"ALT, Tab, cyclenext,"
# "ALT, Tab, bringactivetotop,"
];