From 05c3b3e5534a6341c02e86605e15f26920fc2236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 7 Feb 2023 14:39:08 +0300 Subject: Make zoom windows always float --- dotfiles/.config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 9264f77..e46d3d1 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -97,7 +97,8 @@ for_window [class="^qt5ct$"] floating enable, sticky enable for_window [class="(?i)System-config-printer.py"] floating enable for_window [title="wl-clipboard"] floating enable for_window [class="GLava"] border none -for_window [app_id="telegramdesktop"] sticky enable +for_window [app_id=".*telegram.*"] sticky enable +for_window [app_id="zoom"] floating enable # Webcam window for_window [title="mpvfloat"] floating enable, sticky enable -- cgit v1.2.3