From 5358330bb37ed647444a680211f7723ce5ea0500 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 6 Feb 2024 10:26:45 +0100 Subject: [PATCH] Zoom floating --- templates/sway_config.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/sway_config.j2 b/templates/sway_config.j2 index 9a5cccd..c352f6f 100644 --- a/templates/sway_config.j2 +++ b/templates/sway_config.j2 @@ -175,6 +175,9 @@ input type:keyboard { # Show the next scratchpad window or hide the focused scratchpad window. # If there are multiple scratchpad windows, this command cycles through them. bindsym $mod+minus scratchpad show +# Floating windows: +for_window [app_id="^Zoom$" title="^(as_toolbar|zoom)$"] floating enable + # # Resizing containers: #