diff options
Diffstat (limited to '_linux/hypr')
| -rw-r--r-- | _linux/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
