mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
14 lines
671 B
Plaintext
14 lines
671 B
Plaintext
# Browser types
|
|
windowrule = tag +chromium-based-browser, class:((google-)?[cC]hrom(e|ium)|[bB]rave-browser|[mM]icrosoft-edge|Vivaldi-stable|helium)
|
|
windowrule = tag +firefox-based-browser, class:([fF]irefox|zen|librewolf)
|
|
|
|
# Force chromium-based browsers into a tile to deal with --app bug
|
|
windowrule = tile, tag:chromium-based-browser
|
|
|
|
# Only a subtle opacity change, but not for video sites
|
|
windowrule = opacity 1 0.97, tag:chromium-based-browser
|
|
windowrule = opacity 1 0.97, tag:firefox-based-browser
|
|
|
|
# Some video sites should never have opacity applied to them
|
|
windowrule = opacity 1.0 1.0, initialTitle:((?i)(?:[a-z0-9-]+\.)*youtube\.com_/|app\.zoom\.us_/wc/home)
|