From f804d5c9c04a9aa36cc678dec68ddd1c0772f07c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 24 Jul 2026 12:21:42 -0700 Subject: [PATCH] Name the selection layer rule after the tool that draws it Co-Authored-By: Claude Opus 5 (1M context) --- default/hypr/apps/{hyprshot.lua => screenshot-selection.lua} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename default/hypr/apps/{hyprshot.lua => screenshot-selection.lua} (53%) diff --git a/default/hypr/apps/hyprshot.lua b/default/hypr/apps/screenshot-selection.lua similarity index 53% rename from default/hypr/apps/hyprshot.lua rename to default/hypr/apps/screenshot-selection.lua index dde19803..f4e3b2fd 100644 --- a/default/hypr/apps/hyprshot.lua +++ b/default/hypr/apps/screenshot-selection.lua @@ -1,2 +1,2 @@ --- Remove 1px border around hyprshot screenshots. +-- Remove the 1px border around the slurp region selection used by screenshots. hl.layer_rule({ match = { namespace = "selection" }, no_anim = true, animation = "none" })