i3: float Godot debug windows

This commit is contained in:
Elnu 2023-05-23 11:42:58 -07:00
parent 538bf48927
commit ed3a1d52c5

View file

@ -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 = [];
};