mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Solves the issue from ae10133b5e the right
way using the actual xdg-terminal-exec package and provides resillient
fallbacks no matter what the user might do.
This also removes the need to restart after changing terminals at all.
fixes #2198
fixes #2329
fixes #2673
fixes #1754
18 lines
921 B
Plaintext
18 lines
921 B
Plaintext
# Floating windows
|
|
windowrule = float, tag:floating-window
|
|
windowrule = center, tag:floating-window
|
|
windowrule = size 875 600, tag:floating-window
|
|
|
|
windowrule = tag +floating-window, class:(blueberry.py|com.omarchy.Impala|com.omarchy.Wiremix|com.omarchy.Omarchy|org.gnome.NautilusPreviewer|com.gabm.satty|Omarchy|About|TUI.float)
|
|
windowrule = tag +floating-window, class:(xdg-desktop-portal-gtk|sublime_text|DesktopEditors|org.gnome.Nautilus), title:^(Open.*Files?|Open [F|f]older.*|Save.*Files?|Save.*As|Save|All Files|.*wants to [open|save].*|[C|c]hoose.*)
|
|
windowrule = float, class:org.gnome.Calculator
|
|
|
|
# Fullscreen screensaver
|
|
windowrule = fullscreen, class:Screensaver
|
|
|
|
# No transparency on media windows
|
|
windowrule = opacity 1 1, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$
|
|
|
|
# Popped window rounding
|
|
windowrule = rounding 16, tag:pop
|