diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-04-13 03:43:05 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:56:39 +0300 |
| commit | bdb5ed429a6ee54fea4e32181b89e301a5e6b96e (patch) | |
| tree | 6673b220529f2d0f336271e96741cd0c4ade93fc /home-manager/laptop/hyprland/hyprland.conf | |
| parent | 2365411258827bf70212a8e315a7127bb0789e79 (diff) | |
hyprland rewrite
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 |
