From f58648c3a1a3f9ee76918bef2e9d0f162f536119 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 9 Feb 2023 14:38:24 -0800 Subject: [PATCH] Ignore Drawing Panel Java window --- modules/i3/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/i3/default.nix b/modules/i3/default.nix index 868f6d0..e0c8db1 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -110,6 +110,10 @@ in with theme.colors; { command = "floating enable"; criteria = { class = "PureRef"; }; } + { + command = "floating enable"; + criteria = { title = "Drawing Panel"; }; + } ]; bars = []; };