Browse Source

Increase default transparency

main
parent
commit
6de3fa8eca
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 4
      README.org

4
README.org

@ -2923,8 +2923,8 @@ It's possible to control the frame opacity in [[https://gnu.org/software/emacs/]
#+NAME: emacs-transparency-elisp #+NAME: emacs-transparency-elisp
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; Configure the default frame transparency. ;; 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 #+END_SRC
** Desktop Environment ** Desktop Environment

Loading…
Cancel
Save