From 8154f63cec6e1b3bf312a504b7dcb5c952f00056 Mon Sep 17 00:00:00 2001 From: UddipakBhuyan <31095253+UddipakBhuyan@users.noreply.github.com> Date: Fri, 10 Apr 2020 00:28:46 +0530 Subject: [PATCH] Update .Xdefaults as per syntax of .Xresource/Xdefault file it is correct to write St.resource. Previously it was st.resource. --- .Xdefaults | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 05b5e2e..a27cb46 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,11 +1,11 @@ !! Transparency (0-1): -st.alpha: 0.92 +St.alpha: 0.92 !! Set a default font and font size as below: -st.font: Monospace-11; +St.font: Monospace-11; -! st.termname: st-256color -! st.borderpx: 2 +! St.termname: st-256color +! St.borderpx: 2 !! Set the background, foreground and cursor colors as below: *.background: #282828