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" })