diff options
author | awy <awy@awy.one> | 2025-08-19 23:00:26 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-19 23:00:26 +0300 |
commit | 6354522bc3bf9d26b5915687119a3309665cf53f (patch) | |
tree | e7995b22992d71c8823aff971b020139e6d2e3f9 /.config/hypr | |
parent | 6ad5590d5b3612314c4338759c94d28073e71fa0 (diff) | |
download | hyprdots-6354522bc3bf9d26b5915687119a3309665cf53f.tar.gz |
termfloat
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$ |