From a41ad883c2494b7ebd9398d8e600eec737d77635 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 22 Mar 2024 18:26:16 +0000 Subject: [PATCH] Enable floating by default for Zoom windows --- lib/nixos/home-manager/modules/i3.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/nixos/home-manager/modules/i3.nix b/lib/nixos/home-manager/modules/i3.nix index ce1a688..2b28d03 100644 --- a/lib/nixos/home-manager/modules/i3.nix +++ b/lib/nixos/home-manager/modules/i3.nix @@ -72,6 +72,9 @@ in { default_floating_border none smart_borders on smart_gaps on + + for_window [class="zoom"] floating enable + # xprop | grep -i class ''; config = {