mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Simplify
This commit is contained in:
@ -4,12 +4,10 @@ windowrule = suppressevent maximize, class:.*
|
|||||||
# Force chromium into a tile to deal with --app bug
|
# Force chromium into a tile to deal with --app bug
|
||||||
windowrule = tile, class:^(chromium)$
|
windowrule = tile, class:^(chromium)$
|
||||||
|
|
||||||
# More opacity for inactive Alacritty windows
|
# Just dash of opacity
|
||||||
|
windowrule = opacity 0.95 0.85, class:.*
|
||||||
windowrule = opacity 0.98 0.95, class:^(chromium)$
|
windowrule = opacity 0.98 0.95, class:^(chromium)$
|
||||||
windowrule = opacity 0.98 0.90, class:^(Alacritty)$
|
|
||||||
windowrule = opacity 0.95 0.85, class:^(obsidian|signal)$
|
|
||||||
windowrule = opacity 0.85 0.85, class:^(Spotify)$
|
windowrule = opacity 0.85 0.85, class:^(Spotify)$
|
||||||
windowrule = opacity 0.95 0.85, initialClass:^(chrome-.*-Default)$ # web apps
|
|
||||||
|
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user