diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-08-21 22:05:34 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-08-21 22:05:34 -0700 |
commit | d5adea84ea48c40567a369d919c7ba7cd52bf856 (patch) | |
tree | 82459b7b0c85a65cb951291535b5005bf6ad4cd7 | |
parent | 8d1cff976c89b7f1e12eed9da7538a5d91f5ad70 (diff) |
Unfocused frame transparency.
-rw-r--r-- | smart-documents.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smart-documents.org b/smart-documents.org index 8962e82..36b76ae 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -250,8 +250,8 @@ Transparency. : (set-frame-parameter (selected-frame) 'alpha <both>) #+BEGIN_SRC emacs-lisp :tangle yes - (set-frame-parameter (selected-frame) 'alpha '(95 . 90)) - (add-to-list 'default-frame-alist '(alpha . (95 . 90))) + (set-frame-parameter (selected-frame) 'alpha '(95 . 70)) + (add-to-list 'default-frame-alist '(alpha . (95 . 70))) #+END_SRC ** Secrets |