From 37d9915dbe4ae5a4ce925361ec8a46efa7b9b01a Mon Sep 17 00:00:00 2001 From: Markus K Brechtel Date: Wed, 3 Aug 2022 19:30:02 +0200 Subject: [PATCH] zoom i3 config --- templates/i3/i3.config.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/i3/i3.config.j2 b/templates/i3/i3.config.j2 index 4d358bc..192e84b 100644 --- a/templates/i3/i3.config.j2 +++ b/templates/i3/i3.config.j2 @@ -352,6 +352,7 @@ for_window [class="^Pavu"] floating enable for_window [class="^Paman$"] floating enable for_window [class="^Blueman"] floating enable for_window [class="^URxvt$" title="^tmux-workspace$"] border none +for_window [class="^zoom$" title="^zoom$"] floating enable ### assign apps to workspaces assign [class="^netzdrive$"] → netzdrive @@ -359,6 +360,7 @@ assign [class="^TelegramDesktop$"] → tg assign [class="^Signal$"] → signal assign [class="^Element$"] → matrix assign [class="^thunderbird$"] → mail +assign [class="^zoom$" ] → zoom # vncviewer workspaces {% for workspace in workspaces|dict2items|json_query("[?value.type=='vncviewer'].key") %} {% set ws = workspaces[workspace] %}