From 9bd08f04032a29c0793fb572a6b275a4e2c46f00 Mon Sep 17 00:00:00 2001 From: histalek Date: Wed, 26 Jul 2023 14:47:43 +0200 Subject: [PATCH] fix(sway): Add Element crash workaround --- .config/sway/conf.d/window-rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sway/conf.d/window-rules b/.config/sway/conf.d/window-rules index 1665994..6499a9d 100644 --- a/.config/sway/conf.d/window-rules +++ b/.config/sway/conf.d/window-rules @@ -36,4 +36,7 @@ for_window { [class="steamwebhelper"] max_render_time off [app_id="showmethekey-gtk"] floating enable; sticky enable + + # Element crash workaround? + [app_id="Element"] floating enable }