Set NoMachine to be tabbed by default
This commit is contained in:
parent
e3fca841ae
commit
463d24c6d7
|
@ -99,7 +99,7 @@
|
||||||
window = {
|
window = {
|
||||||
border = 1;
|
border = 1;
|
||||||
commands =
|
commands =
|
||||||
map (criteria: {
|
(map (criteria: {
|
||||||
inherit criteria;
|
inherit criteria;
|
||||||
command = "floating enable";
|
command = "floating enable";
|
||||||
}) [
|
}) [
|
||||||
|
@ -112,7 +112,12 @@
|
||||||
{class = "[Mm]atplotlib";}
|
{class = "[Mm]atplotlib";}
|
||||||
{class = ".*\.py";}
|
{class = ".*\.py";}
|
||||||
{class = "Idl";}
|
{class = "Idl";}
|
||||||
];
|
])
|
||||||
|
++ (map (criteria: {
|
||||||
|
inherit criteria;
|
||||||
|
command = "layout tabbed";
|
||||||
|
}) [{app_id = "Nxplayer.bin";}])
|
||||||
|
++ [];
|
||||||
};
|
};
|
||||||
floating.border = 1;
|
floating.border = 1;
|
||||||
keybindings = with config; let
|
keybindings = with config; let
|
||||||
|
|
Reference in a new issue