diff options
| author | kkard2 <[email protected]> | 2024-02-10 12:33:38 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-02-10 12:33:38 +0100 |
| commit | 56106681f74b6246209325b0fe4cea65467c80c8 (patch) | |
| tree | a09e8c27b25da3ac89205a007122ee3faee9a7ad /_linux/hypr | |
| parent | b52df0dcae13505dad72b9bd318e375ce249c296 (diff) | |
float auth
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 |
