Compare commits

..

2 commits

2 changed files with 16 additions and 19 deletions

View file

@ -194,6 +194,8 @@
},
{
"name": "Miscellaneous",
"bookmarks": []
"bookmarks": [
{ "name": "NHS App", "url": "https://www.nhsapp.service.nhs.uk/login" }
]
}
]

View file

@ -99,24 +99,19 @@
window = {
border = 1;
commands =
(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 = "matplotlib";}
{class = ".*\.py";}
{class = "Idl";}
])
++ [
{
criteria = {class = "steam";};
command = "layout tabbed";
}
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 = "matplotlib";}
{class = ".*\.py";}
{class = "Idl";}
];
};
floating.border = 1;