mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
More tweaks to opacity
This commit is contained in:
@ -6,10 +6,13 @@ windowrule = tile, class:^(chromium)$
|
|||||||
|
|
||||||
# Just dash of opacity
|
# Just dash of opacity
|
||||||
windowrule = opacity 0.95 0.85, class:.*
|
windowrule = opacity 0.95 0.85, class:.*
|
||||||
windowrule = opacity 0.98 0.95, class:^(chromium)$
|
windowrule = opacity 1 0.95, class:^(chromium|google-chrome|google-chrome-unstable)$
|
||||||
|
windowrule = opacity 0.95 0.85, initialClass:^(chrome-.*-Default)$ # web apps
|
||||||
|
windowrule = opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube
|
||||||
windowrule = opacity 0.85 0.85, class:^(Spotify)$
|
windowrule = opacity 0.85 0.85, class:^(Spotify)$
|
||||||
|
|
||||||
# Fix some dragging issues with XWayland
|
# Fix some dragging issues with XWayland
|
||||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||||
|
|
||||||
layerrule = blur,wofi
|
layerrule = blur,wofi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user