- Restore custom SDDM theme. - Clean up all remaining Hyprland windowrulev2 and layerrule syntax errors. - Optimize VM configurations with 4GB RAM and virtio-vga graphics for stability. - Remove diagnostic debug services and autologin debug settings. - Ensure correct session autologin to hyprland-uwsm.
24 lines
1.3 KiB
Plaintext
24 lines
1.3 KiB
Plaintext
# Floating windows
|
|
windowrulev2 = float, tag:floating-window
|
|
windowrulev2 = center, tag:floating-window
|
|
windowrulev2 = size 875 600, tag:floating-window
|
|
|
|
windowrulev2 = tag +floating-window, class:(org.nomarchy.bluetui|org.nomarchy.impala|org.nomarchy.wiremix|org.nomarchy.btop|org.nomarchy.terminal|org.nomarchy.bash|org.gnome.NautilusPreviewer|org.gnome.Evince|com.gabm.satty|Nomarchy|About|TUI.float|imv|mpv)
|
|
windowrulev2 = 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.*)
|
|
windowrulev2 = float, class:org.gnome.Calculator
|
|
|
|
# Fullscreen screensaver
|
|
windowrulev2 = fullscreen, class:org.nomarchy.screensaver
|
|
windowrulev2 = float, class:org.nomarchy.screensaver
|
|
windowrulev2 = animation slide, class:org.nomarchy.screensaver
|
|
|
|
# No transparency on media windows
|
|
windowrulev2 = tag -default-opacity, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$
|
|
windowrulev2 = opacity 1 1, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$
|
|
|
|
# Popped window rounding
|
|
windowrulev2 = rounding 8, tag:pop
|
|
|
|
# Prevent idle while open
|
|
windowrulev2 = idleinhibit, always, tag:noidle
|