Set NoMachine to be tabbed by default

This commit is contained in:
Evie Litherland-Smith 2024-05-14 13:58:32 +01:00
parent e3fca841ae
commit 463d24c6d7

View file

@ -99,7 +99,7 @@
window = {
border = 1;
commands =
map (criteria: {
(map (criteria: {
inherit criteria;
command = "floating enable";
}) [
@ -112,7 +112,12 @@
{class = "[Mm]atplotlib";}
{class = ".*\.py";}
{class = "Idl";}
];
])
++ (map (criteria: {
inherit criteria;
command = "layout tabbed";
}) [{app_id = "Nxplayer.bin";}])
++ [];
};
floating.border = 1;
keybindings = with config; let