Compare commits

..

No commits in common. "9365ee0f5b090a82e4ea092601b7bc8edf5954d9" and "e475a72c3e83861c2b3805db9f28f6c17b5a7d3b" have entirely different histories.

2 changed files with 19 additions and 16 deletions

View file

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

View file

@ -99,19 +99,24 @@
window = { window = {
border = 1; border = 1;
commands = commands =
map (criteria: { (map (criteria: {
inherit criteria; inherit criteria;
command = "floating enable"; command = "floating enable";
}) [ }) [
{app_id = "org.kde.polkit-kde-authentication-agent-1";} {app_id = "org.kde.polkit-kde-authentication-agent-1";}
{app_id = "Pinentry";} {app_id = "Pinentry";}
{app_id = "pavucontrol";} {app_id = "pavucontrol";}
{app_id = "\.blueman-manager-wrapped";} {app_id = "\.blueman-manager-wrapped";}
{app_id = "nm-connection-editor";} {app_id = "nm-connection-editor";}
{class = "steam";} {class = "matplotlib";}
{class = "matplotlib";} {class = ".*\.py";}
{class = ".*\.py";} {class = "Idl";}
{class = "Idl";} ])
++ [
{
criteria = {class = "steam";};
command = "layout tabbed";
}
]; ];
}; };
floating.border = 1; floating.border = 1;