diff --git a/modules/i3/default.nix b/modules/i3/default.nix index 6077991..6f53942 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -124,6 +124,10 @@ in with theme.colors; { command = "floating enable"; criteria = { title = "Task Planner - Quick Add"; }; } + { + command = "floating enable"; + criteria = { instance = "Godot_Engine"; title="*(DEBUG)"; }; + } ]; bars = []; };