mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* include more chromium browsers in chromium rules * Use tag to avoid declaring the match twice * Fix the match to actual browser class names as reported by hyprctl clients --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
9 lines
423 B
Plaintext
9 lines
423 B
Plaintext
windowrule = tag +chromium-based-browser, class:([cC]hrom(e|ium)|[bB]rave-browser|Microsoft-edge|Vivaldi-stable)
|
|
|
|
# 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 1.0, initialTitle:(youtube\.com_/|app\.zoom\.us_/wc/home)
|