From 3c22c77226b0a6d865704959e4d774cd67c25015 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 27 Jan 2021 16:40:06 +0100 Subject: [PATCH] [st] Increase transparency of st to match Firefox and Awesome Also whitespace with picom.org --- org/config/index.org | 2 +- org/config/picom.org | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/org/config/index.org b/org/config/index.org index 5379c53..259dcae 100644 --- a/org/config/index.org +++ b/org/config/index.org @@ -221,7 +221,7 @@ My Xresources file is very short. Indeed, it only contains two lines which are d I can also set the transparency of st (my terminal emulator) like so: #+BEGIN_SRC conf - st.alpha: 0.85 + 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]]. diff --git a/org/config/picom.org b/org/config/picom.org index dfdb860..0752836 100644 --- a/org/config/picom.org +++ b/org/config/picom.org @@ -295,6 +295,7 @@ It is possible to write exclude conditions for background blur. "_GTK_FRAME_EXTENTS@:c" ]; #+END_SRC + * General settings :PROPERTIES: :CUSTOM_ID: General_settings-41398de7