Added floating terminal and floating ipython

This commit is contained in:
marc
2023-02-12 17:27:28 +01:00
parent 9292866a87
commit 339a62d601
3 changed files with 16 additions and 1 deletions

View File

@@ -78,6 +78,14 @@ in {
window = {
border = 1;
titlebar = false;
commands = [
{
# Allow floating terminals
command = "floating enable";
criteria = { title="^floating-term$"; };
}
];
};
gaps = {