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",
"bookmarks": [
{ "name": "NHS App", "url": "https://www.nhsapp.service.nhs.uk/login" }
]
"bookmarks": []
}
]

View file

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