diff options
author | Blendoit <blendoit@gmail.com> | 2020-08-17 08:52:47 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-08-17 08:52:47 -0700 |
commit | 47c02fa9450a01dcb7de0a5f41fdfda3f12f1ff1 (patch) | |
tree | 6d6b31d8f970a40ae6a9a3888d111f0c13eac670 /blendoit | |
parent | c8f590b35c430c778f86c70de69d9b4af7884417 (diff) |
default-frame-alist alpha
Diffstat (limited to 'blendoit')
-rw-r--r-- | blendoit/blendoit-init.org | 2 |
1 files changed, 1 insertions, 1 deletions
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 |