From 55eb0dfb09973d6a595310ecf02d28a2fecdb445 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 9 Feb 2021 17:00:51 +0100 Subject: [PATCH] [St] remove st configuration --- org/config/index.org | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/org/config/index.org b/org/config/index.org index d7e697f..04fc174 100644 --- a/org/config/index.org +++ b/org/config/index.org @@ -252,20 +252,8 @@ configuration [[file:picom.org][here]]. :HEADER-ARGS: :mkdirp yes :tangle ~/.Xresources :exports code :CUSTOM_ID: Features-Graphical_tweaks-Xresources-8b622de1 :END: -My Xresources file is very short. Indeed, it only contains two lines which are -dedicated to my =st= terminal to set its font and shell. The font is set as -follows. -#+BEGIN_SRC conf - st.font: Fantasque Sans Mono:size=10:antialias=true -#+END_SRC - -I can also set the transparency of st (my terminal emulator) like so: -#+BEGIN_SRC conf - st.alpha: 0.66 -#+END_SRC - -Next is the declaration of my color theme. It is based on the [[https://www.nordtheme.com/][Nord]] theme, from -their [[https://github.com/arcticicestudio/nord-xresources/][Git repository]]. +The main body in my Xresources declaration is the declaration of my color theme. +It is based on the [[https://www.nordtheme.com/][Nord]] theme, from their [[https://github.com/arcticicestudio/nord-xresources/][Git repository]]. #+BEGIN_SRC conf #define nord0 #2E3440 #define nord1 #3B4252