From 5d43e4088a3cfaee74d38c3f667999217459323f Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 25 Feb 2021 17:46:04 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=8A=20(#87)=20Grabbing=20hand=20symlinks?= =?UTF-8?q?=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bbpkg/symlinks.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/builder/bbpkg/symlinks.py b/builder/bbpkg/symlinks.py index b324650b..bb2578fe 100644 --- a/builder/bbpkg/symlinks.py +++ b/builder/bbpkg/symlinks.py @@ -71,6 +71,14 @@ def add_missing_xcursor(directory) -> None: "src": "fd_double_arrow", "links": ["fcf1c3c7cd4491d801f1e1c78f100000", "nesw-resize", "size_bdiag"], }, + { + "src": "grabbing", + "links": [ + "closedhand", + "dnd-none", + "fcf21c00b30f7e3f83fe0dfd12e71cff", + ], + }, {"src": "hand1", "links": ["grab", "openhand"]}, { "src": "hand2", @@ -105,9 +113,7 @@ def add_missing_xcursor(directory) -> None: "links": [ "4498f0e0c1937ffe01fd06f973665830", "9081237383d90e509aa00f00170e968f", - "fcf21c00b30f7e3f83fe0dfd12e71cff", - "closedhand", - "dnd-none", + "all-scroll", "fleur", "size_all", ],