From bdb5ed429a6ee54fea4e32181b89e301a5e6b96e Mon Sep 17 00:00:00 2001 From: spl3g Date: Sat, 13 Apr 2024 03:43:05 +0300 Subject: hyprland rewrite --- home-manager/laptop/hyprland/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-manager/laptop/hyprland/hyprland.conf') 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 -- cgit v1.2.3