From 7f11075af65008e09699142b9404a9243390c148 Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 29 Jun 2025 22:00:55 +1000 Subject: [PATCH] hypr: set window rules for 1Password prompts windows like SSH confirmation and quick access are given a more "system" appearance like polkit. --- stow/.config/hypr/hyprland.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stow/.config/hypr/hyprland.conf b/stow/.config/hypr/hyprland.conf index bad31d8..57fbc43 100755 --- a/stow/.config/hypr/hyprland.conf +++ b/stow/.config/hypr/hyprland.conf @@ -292,5 +292,10 @@ windowrulev2 = noblur, initialTitle:(^Steam Input On-screen Keyboard$) windowrulev2 = bordersize 0, initialTitle:(^Steam Input On-screen Keyboard$) windowrulev2 = noshadow, initialTitle:(^Steam Input On-screen Keyboard$) +windowrulev2 = center, initialClass:(^1Password$),floating:1 +windowrulev2 = persistentsize, initialClass:(^1Password$),floating:1 +windowrulev2 = dimaround, initialClass:(^1Password$),floating:1 +windowrulev2 = animation popin, initialClass:(^1Password$),floating:1 + # layer rules layerrule = animation slide right, waybar