From 7688f42b6038d65e0640f0ea5d242f51233ad6e1 Mon Sep 17 00:00:00 2001 From: Fredrik Engstrand Date: Sun, 2 Jan 2022 09:33:21 +0100 Subject: [PATCH] chore: remove smartborders patch --- scripts/create-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-patches.sh b/scripts/create-patches.sh index fa50f955b..41cd35917 100755 --- a/scripts/create-patches.sh +++ b/scripts/create-patches.sh @@ -10,7 +10,7 @@ mkdir -p patches DIFF_ORIGIN=$1 [ -z $DIFF_ORIGIN ] && DIFF_ORIGIN="main" -for patch in xwayland smartborders attachabove \ +for patch in xwayland attachabove \ monitor-config focusmonpointer swallow movestack do git fetch origin patch/$patch