aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-03 13:27:35 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-03 13:27:35 -0600
commitade5eea45d95b1085c46dc58c9c8ff1890d6f387 (patch)
treed1134f61a969ab2306c06b704e8497368cd4c8ed /sway/.config
parentacc68bb89326b0be08e8a3660e7d6c6e6c27a86e (diff)
fix(sway): impl workaround for firefox crashing on sway reload
See: https://bugzilla.mozilla.org/show_bug.cgi?id=1652820#c51
Diffstat (limited to 'sway/.config')
-rw-r--r--sway/.config/sway/config4
1 files changed, 3 insertions, 1 deletions
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