
* Change launcher from wofi -> walker * Add migration * More wofi -> walker locations * Add rose pine theme * Rename refresh script * Minor improvements to walker + add uwsm * Back out running as service * Make these executable * Add plugins dir for now to resolve open issue 355 from v0.13.0 release * Replace pavucontrol with wiremix (#225) Add to install * Revert "Replace pavucontrol with wiremix (#225)" This reverts commit 620b397859698cdc8e6207d33533c70e0e795171. * Fix reference * Add libqalculate so calc works out of the box * Actually add libqalculate * Re-add media * Add catppuccin-latte * Final cleanup * Remove partially baked theme * Remove failing migration * Remove failing migration * Fix refresh script * Simplify css setup * Rearrange walker theme files * Change theme name * Remove unnecessary file * Clear everything * Only worry about the config file now * Disable load in animation for walker * Run walker as service * Make sure we have fresh package db * Add keybindings theme * Remove history * Explain section * Assume wofi is gone, only run if walker isn't there * Move as the latest --------- Co-authored-by: David Heinemeier Hansson <david@hey.com> Co-authored-by: Roeland <roel4d@webding.org>
30 lines
1.5 KiB
Plaintext
30 lines
1.5 KiB
Plaintext
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
windowrule = suppressevent maximize, class:.*
|
|
|
|
# Force chromium into a tile to deal with --app bug
|
|
windowrule = tile, class:^(Chromium)$
|
|
|
|
# Float and center settings and previews
|
|
windowrule = float, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|Omarchy)$
|
|
windowrule = size 800 600, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer)$
|
|
windowrule = size 645 350, class:Omarchy
|
|
windowrule = center, class:^(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|Omarchy)$
|
|
|
|
# Float and center file pickers
|
|
windowrule = float, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Files?|All Files|Save)
|
|
windowrule = center, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Files?|All Files|Save)
|
|
|
|
# Float Steam, fullscreen RetroArch
|
|
windowrule = float, class:^(steam)$
|
|
windowrule = fullscreen, class:^(com.libretro.RetroArch)$
|
|
|
|
# Just dash of opacity
|
|
windowrule = opacity 0.97 0.9, class:.*
|
|
windowrule = opacity 1 0.97, class:^(Chromium|chromium|google-chrome|google-chrome-unstable)$
|
|
windowrule = opacity 1 1, initialTitle:^(youtube.com_/)$ # Youtube
|
|
windowrule = opacity 1 1, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$
|
|
windowrule = opacity 1 1, class:^(com.libretro.RetroArch|steam)$
|
|
|
|
# Fix some dragging issues with XWayland
|
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|