mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
23 lines
1.3 KiB
Plaintext
23 lines
1.3 KiB
Plaintext
# Floating windows
|
|
windowrule = float on, match:tag floating-window
|
|
windowrule = center on, match:tag floating-window
|
|
windowrule = size 875 600, match:tag floating-window
|
|
|
|
windowrule = tag +floating-window, match:class (org.omarchy.bluetui|org.omarchy.impala|org.omarchy.wiremix|org.omarchy.btop|org.omarchy.terminal|org.omarchy.bash|org.gnome.NautilusPreviewer|org.gnome.Evince|com.gabm.satty|Omarchy|About|TUI.float|imv|mpv)
|
|
windowrule = tag +floating-window, match:class (xdg-desktop-portal-gtk|sublime_text|DesktopEditors|org.gnome.Nautilus), match:title ^(Open.*Files?|Open [F|f]older.*|Save.*Files?|Save.*As|Save|All Files|.*wants to [open|save].*|[C|c]hoose.*)
|
|
windowrule = float on, match:class org.gnome.Calculator
|
|
|
|
# Fullscreen screensaver
|
|
windowrule = fullscreen on, match:class org.omarchy.screensaver
|
|
windowrule = float on, match:class org.omarchy.screensaver
|
|
|
|
# No transparency on media windows
|
|
windowrule = tag -default-opacity, match:class ^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$
|
|
windowrule = opacity 1 1, match:class ^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$
|
|
|
|
# Popped window rounding
|
|
windowrule = rounding 8, match:tag pop
|
|
|
|
# Prevent idle while open
|
|
windowrule = idle_inhibit always, match:tag noidle
|