nixos/home/desktop/config/hypr/window-rules.conf

30 lines
1.2 KiB
Plaintext

# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrule = float, ^(foot)$
windowrule = float, ^(thunar)$
windowrule = float, ^(pavucontrol)$
windowrule = float, ^(.blueman-manager-wrapped)$
windowrule = float, ^(otpclient)$
windowrule = float, title:^([Zz]oom)(.*)$
windowrule = center, ^(foot)$
windowrule = center, ^(thunar)$
windowrule = center, ^(pavucontrol)$
windowrule = center, ^(.blueman-manager-wrapped)$
windowrule = move 2% 6%, ^(otpclient)$
windowrule = center, title:^([Zz]oom)(.*)$
windowrule = workspace 1, ^(VSCodium)$
windowrule = workspace 2, ^(firefox|librewolf)$
windowrule = workspace 3 silent, ^(Element|Signal|discord|Microsoft Teams - Preview)$
windowrule = workspace 3, title:^([Zz]oom)(.*)$
windowrule = workspace 4 silent, ^(org.qbittorrent.qBittorrent)$
windowrule = workspace 5 silent, ^(Steam|steamwebhelper)$
windowrule = workspace 6, ^(Nxplayer.bin)$
windowrule = monitor 1, ^(VSCodium)$
windowrule = monitor 1, ^(firefox|librewolf)$
windowrule = monitor 1, ^(Microsoft Teams - Preview)$
windowrule = monitor 1, title:^(Zoom)(.*)$
windowrule = monitor 1, ^(Steam|steamwebhelper)$
windowrule = monitor 1, ^(Nxplayer.bin)$