Set NoMachine to be tabbed by default
This commit is contained in:
parent
e3fca841ae
commit
463d24c6d7
|
@ -99,20 +99,25 @@
|
|||
window = {
|
||||
border = 1;
|
||||
commands =
|
||||
map (criteria: {
|
||||
(map (criteria: {
|
||||
inherit criteria;
|
||||
command = "floating enable";
|
||||
}) [
|
||||
{app_id = "org.kde.polkit-kde-authentication-agent-1";}
|
||||
{app_id = "Pinentry";}
|
||||
{app_id = "pavucontrol";}
|
||||
{app_id = "\.blueman-manager-wrapped";}
|
||||
{app_id = "nm-connection-editor";}
|
||||
{class = "steam";}
|
||||
{class = "[Mm]atplotlib";}
|
||||
{class = ".*\.py";}
|
||||
{class = "Idl";}
|
||||
])
|
||||
++ (map (criteria: {
|
||||
inherit criteria;
|
||||
command = "floating enable";
|
||||
}) [
|
||||
{app_id = "org.kde.polkit-kde-authentication-agent-1";}
|
||||
{app_id = "Pinentry";}
|
||||
{app_id = "pavucontrol";}
|
||||
{app_id = "\.blueman-manager-wrapped";}
|
||||
{app_id = "nm-connection-editor";}
|
||||
{class = "steam";}
|
||||
{class = "[Mm]atplotlib";}
|
||||
{class = ".*\.py";}
|
||||
{class = "Idl";}
|
||||
];
|
||||
command = "layout tabbed";
|
||||
}) [{app_id = "Nxplayer.bin";}])
|
||||
++ [];
|
||||
};
|
||||
floating.border = 1;
|
||||
keybindings = with config; let
|
||||
|
|
Reference in a new issue