Switch pinentry program to pinentry-gnome3, extend window rules accordingly

This commit is contained in:
Evie Litherland-Smith 2024-10-25 16:37:03 +01:00
parent 0d04cf4e64
commit e78efe0dd0

View file

@ -20,7 +20,7 @@
services = { services = {
hyprpaper.enable = true; hyprpaper.enable = true;
kanshi.systemdTarget = "hyprland-session.target"; kanshi.systemdTarget = "hyprland-session.target";
gpg-agent.pinentryPackage = pkgs.pinentry-qt; gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
avizo = { avizo = {
enable = true; enable = true;
settings.default = { settings.default = {
@ -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|pinentry-qt" "float, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
"center, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt" "center, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
"pin, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt" "pin, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
"dimaround, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt" "dimaround, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
"stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt" "stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter"
"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"