1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add floating app_id entries for keepass and pavucontrol

This commit is contained in:
Stefan Ellmauthaler 2022-08-23 10:00:06 +02:00
parent ea4e8fde78
commit 588e291466
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -101,6 +101,8 @@ with lib; {
criteria = [
{class = "KeePassXC";}
{class = "pavucontrol";}
{app_id = "org.keepassxc.KeePassXC";}
{app_id = "pavucontrol";}
];
};