Hyprland: Add Chromium to windowrules

This commit is contained in:
Viyurz 2024-06-29 10:29:34 +02:00
parent cc893abdc9
commit 3ebd13a8a0
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -1,8 +1,8 @@
# Opaque windows
windowrule = opaque,^(firefox|libreoffice-writer|virt-manager|jetbrains-idea-ce)$
windowrule = opaque,^(Chromium|firefox|libreoffice-writer|virt-manager|jetbrains-idea-ce)$
# Idle Inhibit
windowrule = idleinhibit focus, class:^(vlc|zoom)$
windowrule = idleinhibit focus, class:^(Chromium|vlc|zoom)$
# Winecfg
windowrule = float,^(winecfg.exe)$