Extend pinentry window rule to include pinentry-qt

This commit is contained in:
Evie Litherland-Smith 2024-10-25 16:31:46 +01:00
parent 29182c6b96
commit 0d04cf4e64

View file

@ -263,11 +263,11 @@
(lib.lists.forEach layers blur) ++ (lib.lists.forEach layers ignorealpha); (lib.lists.forEach layers blur) ++ (lib.lists.forEach layers ignorealpha);
windowrule = [ windowrule = [
# Float + move system windows # Float + move system windows
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry" "float, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt"
"center, org.kde.polkit-kde-authentication-agent-1|Pinentry" "center, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt"
"pin, org.kde.polkit-kde-authentication-agent-1|Pinentry" "pin, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt"
"dimaround, org.kde.polkit-kde-authentication-agent-1|Pinentry" "dimaround, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt"
"stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry" "stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt"
"float, pavucontrol|.blueman-manager-wrapped|nm-connection-editor" "float, pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
"size 800 600, pavucontrol|.blueman-manager-wrapped|nm-connection-editor" "size 800 600, pavucontrol|.blueman-manager-wrapped|nm-connection-editor"
"move onscreen 100%-820 60,pavucontrol|.blueman-manager-wrapped|nm-connection-editor" "move onscreen 100%-820 60,pavucontrol|.blueman-manager-wrapped|nm-connection-editor"