Added floating terminal and floating ipython
This commit is contained in:
@@ -78,6 +78,14 @@ in {
|
||||
window = {
|
||||
border = 1;
|
||||
titlebar = false;
|
||||
|
||||
commands = [
|
||||
{
|
||||
# Allow floating terminals
|
||||
command = "floating enable";
|
||||
criteria = { title="^floating-term$"; };
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
gaps = {
|
||||
|
||||
Reference in New Issue
Block a user