diff options
Diffstat (limited to 'home-manager/laptop/hyprland/hyprland.conf')
| -rw-r--r-- | home-manager/laptop/hyprland/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/laptop/hyprland/hyprland.conf b/home-manager/laptop/hyprland/hyprland.conf index e60503a..1ac9473 100644 --- a/home-manager/laptop/hyprland/hyprland.conf +++ b/home-manager/laptop/hyprland/hyprland.conf @@ -96,9 +96,7 @@ misc { # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. windowrulev2 = float, title:^(Firrfox — Sharing Indicator)$ -windowrulev2 = nofullscreenrequest, title:^(Firefox — Sharing Indicator)$ windowrulev2 = noborder, title:^(Firefox — Sharing Indicator)$ windowrulev2 = rounding 0, title:^(Firefox — Sharing Indicator)$ windowrulev2 = float, title:^(firefox)$, title:^(Picture-in-Picture)$ @@ -114,6 +112,8 @@ windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$ windowrulev2 = noblur,class:^(xwaylandvideobridge)$ layerrule = blur, waybar +windowrulev2 = stayfocused,class:^(kompas.exe)$,title:^(RoamingWindow)$ + # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER |
