i3: float Godot debug windows

inky
Elnu 2 years ago
parent 538bf48927
commit ed3a1d52c5

@ -124,6 +124,10 @@ in with theme.colors; {
command = "floating enable"; command = "floating enable";
criteria = { title = "Task Planner - Quick Add"; }; criteria = { title = "Task Planner - Quick Add"; };
} }
{
command = "floating enable";
criteria = { instance = "Godot_Engine"; title="*(DEBUG)"; };
}
]; ];
bars = []; bars = [];
}; };

Loading…
Cancel
Save