From 47c02fa9450a01dcb7de0a5f41fdfda3f12f1ff1 Mon Sep 17 00:00:00 2001
From: Blendoit <blendoit@gmail.com>
Date: Mon, 17 Aug 2020 08:52:47 -0700
Subject: default-frame-alist alpha

---
 blendoit/blendoit-init.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blendoit/blendoit-init.org b/blendoit/blendoit-init.org
index e5df446..9d43b5a 100644
--- a/blendoit/blendoit-init.org
+++ b/blendoit/blendoit-init.org
@@ -676,7 +676,7 @@ GNU/Linux. Frame transparency increases when focus is lost.
 #+BEGIN_SRC emacs-lisp
   (when (and (display-graphic-p) (string-equal system-type "gnu/linux"))
     (set-frame-parameter (selected-frame) 'alpha '(90 . 50))
-    (add-to-list 'default-frame-alist '(alpha . (60 . 50))))
+    (add-to-list 'default-frame-alist '(alpha . (90 . 50))))
 #+END_SRC
 
 ** Theme
-- 
cgit v1.2.3