Fixes for Hyprland 0.53.0

This commit is contained in:
August
2025-12-29 18:43:00 -06:00
committed by GitHub
parent 8ae14725e6
commit a849fe0883
2 changed files with 133 additions and 133 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ misc {
animate_mouse_windowdragging = false animate_mouse_windowdragging = false
enable_swallow = false enable_swallow = false
swallow_regex = (foot|kitty|allacritty|Alacritty) swallow_regex = (foot|kitty|allacritty|Alacritty)
new_window_takes_over_fullscreen = 2 on_focus_under_fullscreen = 2
allow_session_lock_restore = true allow_session_lock_restore = true
session_lock_xray = true session_lock_xray = true
initial_workspace_tracking = false initial_workspace_tracking = false
+132 -132
View File
@@ -1,165 +1,165 @@
# ######## Window rules ######## # ######## Window rules ########
# Disable blur for xwayland context menus # Disable blur for xwayland context menus
windowrulev2 = noblur,class:^()$,title:^()$ windowrule = match:class ^()$, match:title ^()$, no_blur on
# Disable blur for every window # Disable blur for every window
windowrulev2 = noblur, class:.* windowrule = match:class .*, no_blur on
# Floating # Floating
windowrulev2 = center, title:^(Open File)(.*)$ windowrule = match:title ^(Open File)(.*)$, center on
windowrulev2 = float, title:^(Open File)(.*)$ windowrule = match:title ^(Open File)(.*)$, float on
windowrulev2 = center, title:^(Select a File)(.*)$ windowrule = match:title ^(Select a File)(.*)$, center on
windowrulev2 = float, title:^(Select a File)(.*)$ windowrule = match:title ^(Select a File)(.*)$, float on
windowrulev2 = center, title:^(Choose wallpaper)(.*)$ windowrule = match:title ^(Choose wallpaper)(.*)$, center on
windowrulev2 = float, title:^(Choose wallpaper)(.*)$ windowrule = match:title ^(Choose wallpaper)(.*)$, float on
windowrulev2 = size 60% 65%, title:^(Choose wallpaper)(.*)$ windowrule = match:title ^(Choose wallpaper)(.*)$, size (monitor_w*.60) (monitor_h*.65)
windowrulev2 = center, title:^(Open Folder)(.*)$ windowrule = match:title ^(Open Folder)(.*)$, center on
windowrulev2 = float, title:^(Open Folder)(.*)$ windowrule = match:title ^(Open Folder)(.*)$, float on
windowrulev2 = center, title:^(Save As)(.*)$ windowrule = match:title ^(Save As)(.*)$, center on
windowrulev2 = float, title:^(Save As)(.*)$ windowrule = match:title ^(Save As)(.*)$, float on
windowrulev2 = center, title:^(Library)(.*)$ windowrule = match:title ^(Library)(.*)$, center on
windowrulev2 = float, title:^(Library)(.*)$ windowrule = match:title ^(Library)(.*)$, float on
windowrulev2 = center, title:^(File Upload)(.*)$ windowrule = match:title ^(File Upload)(.*)$, center on
windowrulev2 = float, title:^(File Upload)(.*)$ windowrule = match:title ^(File Upload)(.*)$, float on
windowrulev2 = center, title:^(.*)(wants to save)$ windowrule = match:title ^(.*)(wants to save)$, center on
windowrulev2 = float, title:^(.*)(wants to save)$ windowrule = match:title ^(.*)(wants to save)$, float on
windowrulev2 = center, title:^(.*)(wants to open)$ windowrule = match:title ^(.*)(wants to open)$, center on
windowrulev2 = float, title:^(.*)(wants to open)$ windowrule = match:title ^(.*)(wants to open)$, float on
windowrulev2 = float, class:^(blueberry\.py)$ windowrule = match:class ^(blueberry\.py)$, float on
windowrulev2 = float, class:^(guifetch)$ # FlafyDev/guifetch windowrule = match:class ^(guifetch)$ , float on # FlafyDev/guifetch
windowrulev2 = float, class:^(pavucontrol)$ windowrule = match:class ^(pavucontrol)$, float on
windowrulev2 = size 45%, class:^(pavucontrol)$ windowrule = match:class ^(pavucontrol)$, size (monitor_w*.45) (monitor_h*.45)
windowrulev2 = center, class:^(pavucontrol)$ windowrule = match:class ^(pavucontrol)$, center on
windowrulev2 = float, class:^(org.pulseaudio.pavucontrol)$ windowrule = match:class ^(org.pulseaudio.pavucontrol)$, float on
windowrulev2 = size 45%, class:^(org.pulseaudio.pavucontrol)$ windowrule = match:class ^(org.pulseaudio.pavucontrol)$, size (monitor_w*.45) (monitor_h*.45)
windowrulev2 = center, class:^(org.pulseaudio.pavucontrol)$ windowrule = match:class ^(org.pulseaudio.pavucontrol)$, center on
windowrulev2 = float, class:^(nm-connection-editor)$ windowrule = match:class ^(nm-connection-editor)$, float on
windowrulev2 = size 45%, class:^(nm-connection-editor)$ windowrule = match:class ^(nm-connection-editor)$, size (monitor_w*.45) (monitor_h*.45)
windowrulev2 = center, class:^(nm-connection-editor)$ windowrule = match:class ^(nm-connection-editor)$, center on
windowrulev2 = float, class:.*plasmawindowed.* windowrule = match:class .*plasmawindowed.*, float on
windowrulev2 = float, class:kcm_.* windowrule = match:class kcm_.*, float on
windowrulev2 = float, class:.*bluedevilwizard windowrule = match:class .*bluedevilwizard, float on
windowrulev2 = float, title:.*Welcome windowrule = match:title .*Welcome, float on
windowrulev2 = float, title:^(illogical-impulse Settings)$ windowrule = match:title ^(illogical-impulse Settings)$, float on
windowrulev2 = float, title:.*Shell conflicts.* windowrule = match:title .*Shell conflicts.*, float on
windowrulev2 = float, class:org.freedesktop.impl.portal.desktop.kde windowrule = match:class org.freedesktop.impl.portal.desktop.kde, float on
windowrulev2 = size 60% 65%, class:org.freedesktop.impl.portal.desktop.kde windowrule = match:class org.freedesktop.impl.portal.desktop.kde, size (monitor_w*.60) (monitor_h*.65)
windowrulev2 = float, class:^(Zotero)$ windowrule = match:class ^(Zotero)$, float on
windowrulev2 = size 45%, class:^(Zotero)$ windowrule = match:class ^(Zotero)$, size (monitor_w*.45) (monitor_h*.45)
# Move # Move
# kde-material-you-colors spawns a window when changing dark/light theme. This is to make sure it doesn't interfere at all. # kde-material-you-colors spawns a window when changing dark/light theme. This is to make sure it doesn't interfere at all.
windowrulev2 = float, class:^(plasma-changeicons)$ windowrule = match:class ^(plasma-changeicons)$, float on
windowrulev2 = noinitialfocus, class:^(plasma-changeicons)$ windowrule = match:class ^(plasma-changeicons)$, no_initial_focus on
windowrulev2 = move 999999 999999, class:^(plasma-changeicons)$ windowrule = match:class ^(plasma-changeicons)$, move 999999 999999
# stupid dolphin copy # stupid dolphin copy
windowrulev2 = move 40 80, title:^(Copying — Dolphin)$ windowrule = match:title ^(Copying — Dolphin)$, move 40 80
# Tiling # Tiling
windowrulev2 = tile, class:^dev\.warp\.Warp$ windowrule = match:class ^dev\.warp\.Warp$, tile on
# Picture-in-Picture # Picture-in-Picture
windowrulev2 = float, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$ windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, float on
windowrulev2 = keepaspectratio, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$ windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, keep_aspect_ratio on
windowrulev2 = move 73% 72%, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$ windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, move (monitor_w*.73) (monitor_h*.72)
windowrulev2 = size 25%, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$ windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, size (monitor_w*.25) (monitor_h*.25)
windowrulev2 = float, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$ windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, float on
windowrulev2 = pin, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$ windowrule = match:title ^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$, pin on
# --- Tearing --- # --- Tearing ---
windowrulev2 = immediate, title:.*\.exe windowrule = match:title .*\.exe, immediate on
windowrulev2 = immediate, title:.*minecraft.* windowrule = match:title .*minecraft.*, immediate on
windowrulev2 = immediate, class:^(steam_app).* windowrule = match:class ^(steam_app).*, immediate on
# Fix Jetbrain IDEs focus/rerendering problem # Fix Jetbrain IDEs focus/rerendering problem
windowrulev2=noinitialfocus,class:^jetbrains-.*$,floating:1,title:^$|^\s$|^win\d+$ 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). # No shadow for tiled windows (matches windows that are not floating).
windowrulev2 = noshadow, floating:0 windowrule = match:float 0, no_shadow on
# ######## Workspace rules ######## # ######## Workspace rules ########
workspace = special:special, gapsout:30 workspace = special:special, gapsout:30
# ######## Layer rules ######## # ######## Layer rules ########
layerrule = xray 1, .* layerrule = match:namespace .*, xray on
# layerrule = noanim, .* # layerrule = match:namespace .*, no_anim on
layerrule = noanim, walker layerrule = match:namespace walker, no_anim on
layerrule = noanim, selection layerrule = match:namespace selection, no_anim on
layerrule = noanim, overview layerrule = match:namespace overview, no_anim on
layerrule = noanim, anyrun layerrule = match:namespace anyrun, no_anim on
layerrule = noanim, indicator.* layerrule = match:namespace indicator.*, no_anim on
layerrule = noanim, osk layerrule = match:namespace osk, no_anim on
layerrule = noanim, hyprpicker layerrule = match:namespace hyprpicker, no_anim on
layerrule = noanim, noanim layerrule = match:namespace noanim, no_anim on
layerrule = blur, gtk-layer-shell layerrule = match:namespace gtk-layer-shell, blur on
layerrule = ignorezero, gtk-layer-shell layerrule = match:namespace gtk-layer-shell, ignore_alpha 0
layerrule = blur, launcher layerrule = match:namespace launcher, blur on
layerrule = ignorealpha 0.5, launcher layerrule = match:namespace launcher, ignore_alpha 0.5
layerrule = blur, notifications layerrule = match:namespace notifications, blur on
layerrule = ignorealpha 0.69, notifications layerrule = match:namespace notifications, ignore_alpha 0.69
layerrule = blur, logout_dialog # wlogout layerrule = match:namespace logout_dialog # wlogout, blur on
# ags # ags
layerrule = animation slide left, sideleft.* layerrule = match:namespace sideleft.*, animation slide left
layerrule = animation slide right, sideright.* layerrule = match:namespace sideright.*, animation slide right
layerrule = blur, session[0-9]* layerrule = match:namespace session[0-9]*, blur on
layerrule = blur, bar[0-9]* layerrule = match:namespace bar[0-9]*, blur on
layerrule = ignorealpha 0.6, bar[0-9]* layerrule = match:namespace bar[0-9]*, ignore_alpha 0.6
layerrule = blur, barcorner.* layerrule = match:namespace barcorner.*, blur on
layerrule = ignorealpha 0.6, barcorner.* layerrule = match:namespace barcorner.*, ignore_alpha 0.6
layerrule = blur, dock[0-9]* layerrule = match:namespace dock[0-9]*, blur on
layerrule = ignorealpha 0.6, dock[0-9]* layerrule = match:namespace dock[0-9]*, ignore_alpha 0.6
layerrule = blur, indicator.* layerrule = match:namespace indicator.*, blur on
layerrule = ignorealpha 0.6, indicator.* layerrule = match:namespace indicator.*, ignore_alpha 0.6
layerrule = blur, overview[0-9]* layerrule = match:namespace overview[0-9]*, blur on
layerrule = ignorealpha 0.6, overview[0-9]* layerrule = match:namespace overview[0-9]*, ignore_alpha 0.6
layerrule = blur, cheatsheet[0-9]* layerrule = match:namespace cheatsheet[0-9]*, blur on
layerrule = ignorealpha 0.6, cheatsheet[0-9]* layerrule = match:namespace cheatsheet[0-9]*, ignore_alpha 0.6
layerrule = blur, sideright[0-9]* layerrule = match:namespace sideright[0-9]*, blur on
layerrule = ignorealpha 0.6, sideright[0-9]* layerrule = match:namespace sideright[0-9]*, ignore_alpha 0.6
layerrule = blur, sideleft[0-9]* layerrule = match:namespace sideleft[0-9]*, blur on
layerrule = ignorealpha 0.6, sideleft[0-9]* layerrule = match:namespace sideleft[0-9]*, ignore_alpha 0.6
layerrule = blur, indicator.* layerrule = match:namespace indicator.*, blur on
layerrule = ignorealpha 0.6, indicator.* layerrule = match:namespace indicator.*, ignore_alpha 0.6
layerrule = blur, osk[0-9]* layerrule = match:namespace osk[0-9]*, blur on
layerrule = ignorealpha 0.6, osk[0-9]* layerrule = match:namespace osk[0-9]*, ignore_alpha 0.6
# Quickshell # Quickshell
layerrule = blurpopups, quickshell:.* layerrule = match:namespace quickshell:.*, blur_popups on
layerrule = blur, quickshell:.* layerrule = match:namespace quickshell:.*, blur on
layerrule = ignorealpha 0.79, quickshell:.* layerrule = match:namespace quickshell:.*, ignore_alpha 0.79
layerrule = animation slide, quickshell:bar layerrule = match:namespace quickshell:bar, animation slide
layerrule = noanim, quickshell:actionCenter layerrule = match:namespace quickshell:actionCenter, no_anim on
layerrule = animation slide bottom, quickshell:cheatsheet layerrule = match:namespace quickshell:cheatsheet, animation slide bottom
layerrule = animation slide bottom, quickshell:dock layerrule = match:namespace quickshell:dock, animation slide bottom
layerrule = animation popin 120%, quickshell:screenCorners layerrule = match:namespace quickshell:screenCorners, animation popin 120%
layerrule = noanim, quickshell:lockWindowPusher layerrule = match:namespace quickshell:lockWindowPusher, no_anim on
layerrule = animation fade, quickshell:notificationPopup layerrule = match:namespace quickshell:notificationPopup, animation fade
layerrule = noanim, quickshell:overlay layerrule = match:namespace quickshell:overlay, no_anim on
layerrule = ignorealpha 1, quickshell:overlay layerrule = match:namespace quickshell:overlay, ignore_alpha 1
layerrule = noanim, quickshell:overview layerrule = match:namespace quickshell:overview, no_anim on
layerrule = animation slide bottom, quickshell:osk layerrule = match:namespace quickshell:osk, animation slide bottom
layerrule = noanim, quickshell:polkit layerrule = match:namespace quickshell:polkit, no_anim on
layerrule = xray 0, quickshell:popup # No weird color for bar tooltips (this in theory should suffice) layerrule = match:namespace quickshell:popup, xray on # No weird color for bar tooltips (this in theory should suffice)
layerrule = ignorealpha 1, quickshell:popup # No weird color for bar tooltips (but somehow this is necessary) layerrule = match:namespace quickshell:popup, ignore_alpha 1 # No weird color for bar tooltips (but somehow this is necessary)
layerrule = ignorealpha 1, quickshell:mediaControls # Same as above layerrule = match:namespace quickshell:mediaControls, ignore_alpha 1 # Same as above
layerrule = animation slide, quickshell:reloadPopup layerrule = match:namespace quickshell:reloadPopup, animation slide
layerrule = noanim, quickshell:regionSelector layerrule = match:namespace quickshell:regionSelector, no_anim on
layerrule = noanim, quickshell:screenshot layerrule = match:namespace quickshell:screenshot, no_anim on
layerrule = blur, quickshell:session layerrule = match:namespace quickshell:session, blur on
layerrule = noanim, quickshell:session layerrule = match:namespace quickshell:session, no_anim on
layerrule = ignorealpha 0, quickshell:session layerrule = match:namespace quickshell:session, ignore_alpha 0
layerrule = animation slide right, quickshell:sidebarRight layerrule = match:namespace quickshell:sidebarRight, animation slide right
layerrule = animation slide left, quickshell:sidebarLeft layerrule = match:namespace quickshell:sidebarLeft, animation slide left
layerrule = animation slide, quickshell:verticalBar layerrule = match:namespace quickshell:verticalBar, animation slide
layerrule = animation slide top, quickshell:wallpaperSelector layerrule = match:namespace quickshell:wallpaperSelector, animation slide top
layerrule = noanim, quickshell:wNotificationCenter layerrule = match:namespace quickshell:wNotificationCenter, no_anim on
layerrule = noanim, quickshell:wOnScreenDisplay layerrule = match:namespace quickshell:wOnScreenDisplay, no_anim on
layerrule = noanim, quickshell:wStartMenu layerrule = match:namespace quickshell:wStartMenu, no_anim on
layerrule = ignorealpha 0, quickshell:wTaskView layerrule = match:namespace quickshell:wTaskView, ignore_alpha 0
layerrule = noanim, quickshell:wTaskView layerrule = match:namespace quickshell:wTaskView, no_anim on
# Launchers need to be FAST # Launchers need to be FAST
layerrule = noanim, gtk4-layer-shell layerrule = match:namespace gtk4-layer-shell, no_anim on