mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
169 lines
8.7 KiB
Plaintext
169 lines
8.7 KiB
Plaintext
# ######## Window rules ########
|
|
|
|
# Disable blur for xwayland context menus
|
|
windowrule = match:class ^()$, match:title ^()$, no_blur on
|
|
|
|
# Disable blur for every window
|
|
windowrule = match:class .*, no_blur on
|
|
|
|
# Floating
|
|
windowrule = match:title ^(Open File)(.*)$, center on
|
|
windowrule = match:title ^(Open File)(.*)$, float on
|
|
windowrule = match:title ^(Select a File)(.*)$, center on
|
|
windowrule = match:title ^(Select a File)(.*)$, float on
|
|
windowrule = match:title ^(Choose wallpaper)(.*)$, center on
|
|
windowrule = match:title ^(Choose wallpaper)(.*)$, float on
|
|
windowrule = match:title ^(Choose wallpaper)(.*)$, size (monitor_w*.60) (monitor_h*.65)
|
|
windowrule = match:title ^(Open Folder)(.*)$, center on
|
|
windowrule = match:title ^(Open Folder)(.*)$, float on
|
|
windowrule = match:title ^(Save As)(.*)$, center on
|
|
windowrule = match:title ^(Save As)(.*)$, float on
|
|
windowrule = match:title ^(Library)(.*)$, center on
|
|
windowrule = match:title ^(Library)(.*)$, float on
|
|
windowrule = match:title ^(File Upload)(.*)$, center on
|
|
windowrule = match:title ^(File Upload)(.*)$, float on
|
|
windowrule = match:title ^(.*)(wants to save)$, center on
|
|
windowrule = match:title ^(.*)(wants to save)$, float on
|
|
windowrule = match:title ^(.*)(wants to open)$, center on
|
|
windowrule = match:title ^(.*)(wants to open)$, float on
|
|
windowrule = match:class ^(blueberry\.py)$, float on
|
|
windowrule = match:class ^(guifetch)$ , float on # FlafyDev/guifetch
|
|
windowrule = match:class ^(pavucontrol)$, float on
|
|
windowrule = match:class ^(pavucontrol)$, size (monitor_w*.45) (monitor_h*.45)
|
|
windowrule = match:class ^(pavucontrol)$, center on
|
|
windowrule = match:class ^(org.pulseaudio.pavucontrol)$, float on
|
|
windowrule = match:class ^(org.pulseaudio.pavucontrol)$, size (monitor_w*.45) (monitor_h*.45)
|
|
windowrule = match:class ^(org.pulseaudio.pavucontrol)$, center on
|
|
windowrule = match:class ^(nm-connection-editor)$, float on
|
|
windowrule = match:class ^(nm-connection-editor)$, size (monitor_w*.45) (monitor_h*.45)
|
|
windowrule = match:class ^(nm-connection-editor)$, center on
|
|
windowrule = match:class .*plasmawindowed.*, float on
|
|
windowrule = match:class kcm_.*, float on
|
|
windowrule = match:class .*bluedevilwizard, float on
|
|
windowrule = match:title .*Welcome, float on
|
|
windowrule = match:title ^(illogical-impulse Settings)$, float on
|
|
windowrule = match:title .*Shell conflicts.*, float on
|
|
windowrule = match:class org.freedesktop.impl.portal.desktop.kde, float on
|
|
windowrule = match:class org.freedesktop.impl.portal.desktop.kde, size (monitor_w*.60) (monitor_h*.65)
|
|
windowrule = match:class ^(Zotero)$, float on
|
|
windowrule = match:class ^(Zotero)$, size (monitor_w*.45) (monitor_h*.45)
|
|
|
|
# Move
|
|
# kde-material-you-colors spawns a window when changing dark/light theme. This is to make sure it doesn't interfere at all.
|
|
windowrule = match:class ^(plasma-changeicons)$, float on
|
|
windowrule = match:class ^(plasma-changeicons)$, no_initial_focus on
|
|
windowrule = match:class ^(plasma-changeicons)$, move 999999 999999
|
|
# stupid dolphin copy
|
|
windowrule = match:title ^(Copying — Dolphin)$, move 40 80
|
|
|
|
# Tiling
|
|
windowrule = match:class ^dev\.warp\.Warp$, tile on
|
|
|
|
# Picture-in-Picture
|
|
windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, float on
|
|
windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, keep_aspect_ratio on
|
|
windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, move (monitor_w*.73) (monitor_h*.72)
|
|
windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, size (monitor_w*.25) (monitor_h*.25)
|
|
windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, float on
|
|
windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, pin on
|
|
|
|
# --- Tearing ---
|
|
windowrule = match:title .*\.exe, immediate on
|
|
windowrule = match:title .*minecraft.*, immediate on
|
|
windowrule = match:class ^(steam_app).*, immediate on
|
|
|
|
# Fix Jetbrain IDEs focus/rerendering problem
|
|
windowrule = match:class ^jetbrains-.*$, match:float 1, match:title ^$|^\s$|^win\d+$, no_initial_focus on
|
|
|
|
# No shadow for tiled windows (matches windows that are not floating).
|
|
windowrule = match:float 0, no_shadow on
|
|
|
|
# ######## Workspace rules ########
|
|
workspace = special:special, gapsout:30
|
|
|
|
# ######## Layer rules ########
|
|
layerrule = match:namespace .*, xray on
|
|
# layerrule = match:namespace .*, no_anim on
|
|
layerrule = match:namespace walker, no_anim on
|
|
layerrule = match:namespace selection, no_anim on
|
|
layerrule = match:namespace overview, no_anim on
|
|
layerrule = match:namespace anyrun, no_anim on
|
|
layerrule = match:namespace indicator.*, no_anim on
|
|
layerrule = match:namespace osk, no_anim on
|
|
layerrule = match:namespace hyprpicker, no_anim on
|
|
|
|
layerrule = match:namespace noanim, no_anim on
|
|
layerrule = match:namespace gtk-layer-shell, blur on
|
|
layerrule = match:namespace gtk-layer-shell, ignore_alpha 0
|
|
layerrule = match:namespace launcher, blur on
|
|
layerrule = match:namespace launcher, ignore_alpha 0.5
|
|
layerrule = match:namespace notifications, blur on
|
|
layerrule = match:namespace notifications, ignore_alpha 0.69
|
|
layerrule = match:namespace logout_dialog # wlogout, blur on
|
|
|
|
# ags
|
|
layerrule = match:namespace sideleft.*, animation slide left
|
|
layerrule = match:namespace sideright.*, animation slide right
|
|
layerrule = match:namespace session[0-9]*, blur on
|
|
layerrule = match:namespace bar[0-9]*, blur on
|
|
layerrule = match:namespace bar[0-9]*, ignore_alpha 0.6
|
|
layerrule = match:namespace barcorner.*, blur on
|
|
layerrule = match:namespace barcorner.*, ignore_alpha 0.6
|
|
layerrule = match:namespace dock[0-9]*, blur on
|
|
layerrule = match:namespace dock[0-9]*, ignore_alpha 0.6
|
|
layerrule = match:namespace indicator.*, blur on
|
|
layerrule = match:namespace indicator.*, ignore_alpha 0.6
|
|
layerrule = match:namespace overview[0-9]*, blur on
|
|
layerrule = match:namespace overview[0-9]*, ignore_alpha 0.6
|
|
layerrule = match:namespace cheatsheet[0-9]*, blur on
|
|
layerrule = match:namespace cheatsheet[0-9]*, ignore_alpha 0.6
|
|
layerrule = match:namespace sideright[0-9]*, blur on
|
|
layerrule = match:namespace sideright[0-9]*, ignore_alpha 0.6
|
|
layerrule = match:namespace sideleft[0-9]*, blur on
|
|
layerrule = match:namespace sideleft[0-9]*, ignore_alpha 0.6
|
|
layerrule = match:namespace indicator.*, blur on
|
|
layerrule = match:namespace indicator.*, ignore_alpha 0.6
|
|
layerrule = match:namespace osk[0-9]*, blur on
|
|
layerrule = match:namespace osk[0-9]*, ignore_alpha 0.6
|
|
|
|
# Quickshell
|
|
# Quickshell: illogical-impulse
|
|
layerrule = match:namespace quickshell:.*, blur_popups on
|
|
layerrule = match:namespace quickshell:.*, blur on
|
|
layerrule = match:namespace quickshell:.*, ignore_alpha 0.79
|
|
layerrule = match:namespace quickshell:bar, animation slide
|
|
layerrule = match:namespace quickshell:actionCenter, no_anim on
|
|
layerrule = match:namespace quickshell:cheatsheet, animation slide bottom
|
|
layerrule = match:namespace quickshell:dock, animation slide bottom
|
|
layerrule = match:namespace quickshell:screenCorners, animation popin 120%
|
|
layerrule = match:namespace quickshell:lockWindowPusher, no_anim on
|
|
layerrule = match:namespace quickshell:notificationPopup, animation fade
|
|
layerrule = match:namespace quickshell:overlay, no_anim on
|
|
layerrule = match:namespace quickshell:overlay, ignore_alpha 1
|
|
layerrule = match:namespace quickshell:overview, no_anim on
|
|
layerrule = match:namespace quickshell:osk, animation slide bottom
|
|
layerrule = match:namespace quickshell:polkit, no_anim on
|
|
layerrule = match:namespace quickshell:popup, xray off # No weird color for bar tooltips (this in theory should suffice)
|
|
layerrule = match:namespace quickshell:popup, ignore_alpha 1 # No weird color for bar tooltips (but somehow this is necessary)
|
|
layerrule = match:namespace quickshell:mediaControls, ignore_alpha 1 # Same as above
|
|
layerrule = match:namespace quickshell:reloadPopup, animation slide
|
|
layerrule = match:namespace quickshell:regionSelector, no_anim on
|
|
layerrule = match:namespace quickshell:screenshot, no_anim on
|
|
layerrule = match:namespace quickshell:session, blur on
|
|
layerrule = match:namespace quickshell:session, no_anim on
|
|
layerrule = match:namespace quickshell:session, ignore_alpha 0
|
|
layerrule = match:namespace quickshell:sidebarRight, animation slide right
|
|
layerrule = match:namespace quickshell:sidebarLeft, animation slide left
|
|
layerrule = match:namespace quickshell:verticalBar, animation slide
|
|
layerrule = match:namespace quickshell:osk, order -1
|
|
# Quickshell: waffles
|
|
layerrule = match:namespace quickshell:wallpaperSelector, animation slide top
|
|
layerrule = match:namespace quickshell:wNotificationCenter, no_anim on
|
|
layerrule = match:namespace quickshell:wOnScreenDisplay, no_anim on
|
|
layerrule = match:namespace quickshell:wStartMenu, no_anim on
|
|
layerrule = match:namespace quickshell:wTaskView, ignore_alpha 0
|
|
layerrule = match:namespace quickshell:wTaskView, no_anim on
|
|
|
|
# Launchers need to be FAST
|
|
layerrule = match:namespace gtk4-layer-shell, no_anim on
|