diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 5f501269..6f64af8e 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -241,13 +241,12 @@ in (lib.lists.forEach layers blur) ++ (lib.lists.forEach layers ignorealpha); windowrule = [ - # Float + move system windows # Password prompts - "float, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter" - "center, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter" - "pin, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter" - "dimaround, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter" - "stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|gcr-prompter" + "float, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|ssh-askpass|gcr-prompter" + "center, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|ssh-askpass|gcr-prompter" + "pin, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|ssh-askpass|gcr-prompter" + "dimaround, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|ssh-askpass|gcr-prompter" + "stayfocused, org.kde.polkit-kde-authentication-agent-1|Pinentry|pinentry-qt|ssh-askpass|gcr-prompter" # PulseAudio, Network and Bluetooth control panels "float, pavucontrol|nm-connection-editor|.blueman-manager-wrapped" "size 800 600, pavucontrol|nm-connection-editor|.blueman-manager-wrapped"