mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 12:47:51 +02:00
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
# Browser types
|
|
windowrule = tag +chromium-based-browser, match:class ((google-)?[cC]hrom(e|ium)|[bB]rave-browser|[mM]icrosoft-edge|Vivaldi-stable|helium)
|
|
windowrule = tag +firefox-based-browser, match:class ([fF]irefox|zen|librewolf)
|
|
windowrule = tag -default-opacity, match:tag chromium-based-browser
|
|
windowrule = tag -default-opacity, match:tag firefox-based-browser
|
|
|
|
# Video apps: remove chromium browser tag so they don't get opacity applied
|
|
windowrule = tag -chromium-based-browser, match:class (chrome-youtube.com__-Default|chrome-app.zoom.us__wc_home-Default)
|
|
windowrule = tag -default-opacity, match:class (chrome-youtube.com__-Default|chrome-app.zoom.us__wc_home-Default)
|
|
|
|
# Force chromium-based browsers into a tile to deal with --app bug
|
|
windowrule = tile on, match:tag chromium-based-browser
|
|
|
|
# Only a subtle opacity change, but not for video sites
|
|
windowrule = opacity 1.0 0.97, match:tag chromium-based-browser
|
|
windowrule = opacity 1.0 0.97, match:tag firefox-based-browser
|
|
|
|
# Hide the screen-sharing notification bar (the "Hide" button on it is broken on Wayland)
|
|
windowrule = workspace special silent, match:title .*is sharing.*
|