From 6de3fa8eca5ecc5d2b02482eafeae23cee7e578c Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 18 Sep 2021 21:45:00 -0400 Subject: [PATCH] Increase default transparency --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4640b87..8e042ca 100644 --- a/README.org +++ b/README.org @@ -2923,8 +2923,8 @@ It's possible to control the frame opacity in [[https://gnu.org/software/emacs/] #+NAME: emacs-transparency-elisp #+BEGIN_SRC emacs-lisp ;; Configure the default frame transparency. -(set-frame-parameter (selected-frame) 'alpha '(95 . 95)) -(add-to-list 'default-frame-alist '(alpha . (95 . 95))) +(set-frame-parameter (selected-frame) 'alpha '(85 . 95)) +(add-to-list 'default-frame-alist '(alpha . (85 . 95))) #+END_SRC ** Desktop Environment