diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 10f9cf9..9f4b14c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -245,7 +245,6 @@ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- windowrule = suppressevent maximize, class:.* windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 -windowrulev2 = float, class:^(termfloat)$ windowrulev2 = float, class:^(icecat-default)$, title:About GNU IceCat windowrulev2 = float, class:^(firefox)$, title:About Mozilla Firefox @@ -269,5 +268,7 @@ windowrulev2 = float, class:^(steam)$, title:^(Recordings & Screenshots)$ windowrulev2 = float, class:^(steam)$, title:^(Steam Guard - Computer Authorization Required)$ windowrulev2 = float, title:^(Steam Keyboard)$ +windowrulev2 = float, class:^(termfloat)$ +windowrule = size 30% 10%,initialClass:^termfloat$ windowrule = float,initialClass:^termfilechooser$ windowrule = size 60% 80%,initialClass:^termfilechooser$ |