From 588e291466029eb6a0026dc064aed5f45ecdde94 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 23 Aug 2022 10:00:06 +0200 Subject: [PATCH] Add floating app_id entries for keepass and pavucontrol --- users/ellmau/sway.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/ellmau/sway.nix b/users/ellmau/sway.nix index c24d5bd..70331c3 100644 --- a/users/ellmau/sway.nix +++ b/users/ellmau/sway.nix @@ -101,6 +101,8 @@ with lib; { criteria = [ {class = "KeePassXC";} {class = "pavucontrol";} + {app_id = "org.keepassxc.KeePassXC";} + {app_id = "pavucontrol";} ]; };