From f200ea2afc4c09dd166254c6d5b4f58d999ea946 Mon Sep 17 00:00:00 2001 From: vhanla Date: Sat, 15 Feb 2025 17:57:33 -0500 Subject: [PATCH] Update t.json Add transparency support for Linux (X11 windows system) using wmctrl and xprop. --- repository/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/t.json b/repository/t.json index 3695645040..86ff140202 100755 --- a/repository/t.json +++ b/repository/t.json @@ -3349,7 +3349,7 @@ "releases": [ { "sublime_text": "*", - "platforms": "windows", + "platforms": ["windows", "linux"], "tags": true } ]