Add .config/hypr/apps.conf

Add .config/hypr/apps/browser.conf
Add .config/hypr/apps/hyprshot.conf
Add .config/hypr/apps/jetbrains.conf
Add .config/hypr/apps/localsend.conf
Add .config/hypr/apps/pip.conf
Add .config/hypr/apps/qemu.conf
Add .config/hypr/apps/retroarch.conf
Add .config/hypr/apps/steam.conf
Add .config/hypr/apps/system.conf
Add .config/hypr/apps/terminals.conf
Add .config/hypr/apps/walker.conf
Add .config/hypr/autostart.conf
Add .config/hypr/bindings.conf
Add .config/hypr/envs.conf
Add .config/hypr/hypridle.conf
Add .config/hypr/hyprland.conf
Add .config/hypr/hyprlock.conf
Add .config/hypr/hyprsunset.conf
Add .config/hypr/input.conf
Add .config/hypr/looknfeel.conf
Add .config/hypr/monitors.conf
Add .config/hypr/opts/animated_borders.conf
Add .config/hypr/opts/dimaround_walker.conf
Add .config/hypr/opts/hyprexpo.conf
Add .config/hypr/opts/hyprscrolling.conf
Add .config/hypr/opts/split-monitor-workspaces.conf
Add .config/hypr/windows.conf
This commit is contained in:
Lewis Wynne 2025-10-30 22:35:58 +00:00
parent e7e69b263d
commit c872cacb0b
28 changed files with 638 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# Browser types
windowrule = tag +chromium-based-browser, class:([cC]hrom(e|ium)|[bB]rave-browser|Microsoft-edge|Vivaldi-stable)
windowrule = tag +firefox-based-browser, class:([fF]irefox|zen|librewolf)
# Force chromium-based browsers into a tile to deal with --app bug
windowrule = tile, tag:chromium-based-browser
# Only a subtle opacity change, but not for video sites
windowrule = opacity 1 0.97, tag:chromium-based-browser
windowrule = opacity 1 0.97, tag:firefox-based-browser
# Some video sites should never have opacity applied to them
windowrule = opacity 1.0 1.0, initialTitle:((?i)(?:[a-z0-9-]+\.)*youtube\.com_/|app\.zoom\.us_/wc/home|(www\.)?netflix\.com_/)

View file

@ -0,0 +1,2 @@
# Remove 1px border around hyprshot screenshots
layerrule = noanim, selection

View file

@ -0,0 +1,6 @@
# Fixing popup size issue
windowrule = size 50% 50%, class:(.*jetbrains.*)$, title:^$,floating:1
# Fix tab dragging (always have a single space character as their title)
windowrule = noinitialfocus, class:^(.*jetbrains.*)$, title:^\\s$
windowrule = nofocus, class:^(.*jetbrains.*)$, title:^\\s$

View file

@ -0,0 +1,3 @@
# Float LocalSend and fzf file picker
windowrule = float, class:(Share|localsend)
windowrule = center, class:(Share|localsend)

View file

@ -0,0 +1,9 @@
# Picture-in-picture overlays
windowrule = tag +pip, title:(Picture.{0,1}in.{0,1}[Pp]icture)
windowrule = float, tag:pip
windowrule = pin, tag:pip
windowrule = size 600 338, tag:pip
windowrule = keepaspectratio, tag:pip
windowrule = noborder, tag:pip
windowrule = opacity 1 1, tag:pip
windowrule = move 100%-w-40 4%, tag:pip

View file

@ -0,0 +1 @@
windowrule = opacity 1 1, class:qemu

View file

@ -0,0 +1,4 @@
windowrule = fullscreen, class:com.libretro.RetroArch
windowrule = opacity 1 1, class:com.libretro.RetroArch
windowrule = idleinhibit fullscreen, class:com.libretro.RetroArch

View file

@ -0,0 +1,7 @@
# Float Steam, fullscreen RetroArch
windowrule = float, class:steam
windowrule = center, class:steam, title:Steam
windowrule = opacity 1 1, class:steam
windowrule = size 1100 700, class:steam, title:Steam
windowrule = size 460 800, class:steam, title:Friends List
windowrule = idleinhibit fullscreen, class:steam

View file

@ -0,0 +1,13 @@
# Floating windows
windowrule = float, tag:floating-window
windowrule = center, tag:floating-window
windowrule = size 800 600, tag:floating-window
windowrule = tag +floating-window, class:(blueberry.py|Impala|Wiremix|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)
# 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)$

View file

@ -0,0 +1,2 @@
# Define terminal tag to style them uniformly
windowrule = tag +terminal, class:(Alacritty|kitty|com.mitchellh.ghostty)

View file

@ -0,0 +1,2 @@
# Application-specific animation
layerrule = noanim, walker