From 66df68bd61a6a4cc5cda5bbca4604ff6e9df0d85 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 10 Feb 2025 06:58:13 +0000 Subject: [PATCH] Add ssh-askpass to pinned and focussed windows --- system/home/hyprland.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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"