From c72341104918d36b4cb25987468a9df5f48d8809 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 3 Jan 2026 13:10:42 -0800 Subject: [PATCH] Comply with changed layerrule syntax in Hyprland 0.53 --- default/hypr/apps/hyprshot.conf | 2 +- default/hypr/apps/walker.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default/hypr/apps/hyprshot.conf b/default/hypr/apps/hyprshot.conf index 514d9156..795ac396 100644 --- a/default/hypr/apps/hyprshot.conf +++ b/default/hypr/apps/hyprshot.conf @@ -1,2 +1,2 @@ # Remove 1px border around hyprshot screenshots -layerrule = animation none, match:namespace selection +layerrule = no_anim on, match:namespace selection diff --git a/default/hypr/apps/walker.conf b/default/hypr/apps/walker.conf index c3f7fe5a..127e3b42 100644 --- a/default/hypr/apps/walker.conf +++ b/default/hypr/apps/walker.conf @@ -1,2 +1,2 @@ # Application-specific animation -layerrule = animation none, match:namespace walker +layerrule = no_anim on, match:namespace walker