From 56106681f74b6246209325b0fe4cea65467c80c8 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sat, 10 Feb 2024 12:33:38 +0100 Subject: float auth --- _linux/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) (limited to '_linux') diff --git a/_linux/hypr/hyprland.conf b/_linux/hypr/hyprland.conf index 57c2ff5..55f5b0f 100644 --- a/_linux/hypr/hyprland.conf +++ b/_linux/hypr/hyprland.conf @@ -117,6 +117,7 @@ device:epic-mouse-v1 { # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. windowrulev2 = float, class:^(pavucontrol)$ +windowrulev2 = float, title:^(Authentication Required)$ # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER -- cgit v1.3.1