From 15f7a94ef735faf6ddcc508999a669882bbffcc0 Mon Sep 17 00:00:00 2001 From: Kris Yotam <75515498+krisyotam@users.noreply.github.com> Date: Thu, 6 Aug 2026 09:19:34 -0500 Subject: [PATCH] chore: sync local state after restore (push updates, no pull) --- patches.h | 2 +- st-copyout | 0 st-urlhandler | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 st-copyout mode change 100755 => 100644 st-urlhandler diff --git a/patches.h b/patches.h index c57daef4a8b7dee0b0dcce3fc63e8ebcd1d18cce..914ff41e4b380b325d091b4b417729792561b32d 100644 --- a/patches.h +++ b/patches.h @@ -29,7 +29,7 @@ /* Patches */ /* The alpha patch adds transparency for the terminal. */ -#define ALPHA_PATCH 1 +#define ALPHA_PATCH 0 /* Alpha focus highlight - different opacity for focused/unfocused */ #define ALPHA_FOCUS_HIGHLIGHT_PATCH 0 diff --git a/st-copyout b/st-copyout old mode 100755 new mode 100644 diff --git a/st-urlhandler b/st-urlhandler old mode 100755 new mode 100644