Compare commits
2 commits
e475a72c3e
...
9365ee0f5b
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 9365ee0f5b | ||
Evie Litherland-Smith | dedcc66d73 |
|
@ -194,6 +194,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Miscellaneous",
|
"name": "Miscellaneous",
|
||||||
"bookmarks": []
|
"bookmarks": [
|
||||||
|
{ "name": "NHS App", "url": "https://www.nhsapp.service.nhs.uk/login" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -99,24 +99,19 @@
|
||||||
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 = "matplotlib";}
|
{class = "steam";}
|
||||||
{class = ".*\.py";}
|
{class = "matplotlib";}
|
||||||
{class = "Idl";}
|
{class = ".*\.py";}
|
||||||
])
|
{class = "Idl";}
|
||||||
++ [
|
|
||||||
{
|
|
||||||
criteria = {class = "steam";};
|
|
||||||
command = "layout tabbed";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
floating.border = 1;
|
floating.border = 1;
|
||||||
|
|
Reference in a new issue