From 72e460b749483eef3f84bf6c26d7a39e7594a743 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sat, 24 Dec 2022 13:35:30 +0100 Subject: [PATCH] [st] Configure with Xresources. --- X11/.config/X11/Xresources | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/X11/.config/X11/Xresources b/X11/.config/X11/Xresources index 2c0b8f5..d04f8d7 100644 --- a/X11/.config/X11/Xresources +++ b/X11/.config/X11/Xresources @@ -1,2 +1,7 @@ !! Copyright (c) 2022 Jakub Czajka !! License: GPL-3.0 or later. + +st.alpha: 0.5 +st.alphaUnfocused: 0.3 +st.background: #FFFFFF +st.foreground: #FFFFFF -- 2.39.5