From 97b255d36db65a2fe55ca05088acfe8d10871e3f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 26 Sep 2023 16:50:22 +0100 Subject: [PATCH] Add float rule for protonvpn gui --- home/hyprland/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index c6974c1b..33857bfd 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -149,6 +149,8 @@ in '' windowrule = float,(nm-connection-editor) windowrule = size 800 600,(nm-connection-editor) windowrule = move 100%-820 10%,(nm-connection-editor) + windowrule = float,(.protonvpn-wrapped) + windowrule = center,(.protonvpn-wrapped) windowrule = float,(Pinentry) windowrule = center,(Pinentry) windowrule = float,(thunar)