From 77c8fef6f909cab1efdac35be3aad99d168013a3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 8 Oct 2023 14:07:26 +0100 Subject: [PATCH] Add window rules for polkit popup --- home/hyprland/config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 374bd4ef..6c31205b 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -153,6 +153,11 @@ in '' bind = SUPER SHIFT, J, movewindow, d # Window rules + windowrule = float,(org.kde.polkit-kde-authentication-agent-1) + windowrule = center,(org.kde.polkit-kde-authentication-agent-1) + windowrule = pin,(org.kde.polkit-kde-authentication-agent-1) + windowrule = dimaround,(org.kde.polkit-kde-authentication-agent-1) + windowrule = stayfocused,(org.kde.polkit-kde-authentication-agent-1) windowrule = float,(pavucontrol) windowrule = size 800 600,(pavucontrol) windowrule = move 100%-820 10%,(pavucontrol)