From ade5eea45d95b1085c46dc58c9c8ff1890d6f387 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 3 Feb 2023 13:27:35 -0600 Subject: fix(sway): impl workaround for firefox crashing on sway reload See: https://bugzilla.mozilla.org/show_bug.cgi?id=1652820#c51 --- sway/.config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sway/.config') diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 4d78ff0..1065d1c 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -55,7 +55,9 @@ for_window [shell=".*"] inhibit_idle fullscreen ### Input configuration # Hide mouse cursor when not used -seat * hide_cursor 8000 +# NOTE: Configure asynchronously with swaymsg as workaround for Firefox crash on reload +# See: https://bugzilla.mozilla.org/show_bug.cgi?id=1652820#c51 +exec_always swaymsg seat * hide_cursor 8000 input type:pointer { accel_profile flat -- cgit v1.2.3-70-g09d2