diff options
author | Leonardo Santiago <[email protected]> | 2024-05-06 23:53:36 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-05-06 23:53:36 -0300 |
commit | c878e48a40e7db92a1f6505c438368ee9c8617a6 (patch) | |
tree | 6d0985c61fb0faeba53f2d0e5fffa05fa4afa3eb /modules/emacs | |
parent | cfaedad322de284b966000614b2fec3cea5147c8 (diff) |
dynamic opacity, please!
Diffstat (limited to 'modules/emacs')
-rw-r--r-- | modules/emacs/README.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org index be1d22a..2f361dc 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -56,8 +56,8 @@ Remove background on terminal, and add transparency on GUI (set-face-background 'default "unspecified-bg" (selected-frame)))) (add-hook 'window-setup-hook 'on-after-init) -(set-frame-parameter nil 'alpha-background 70) -(add-to-list 'default-frame-alist '(alpha-background . 70)) +(set-frame-parameter nil 'alpha-background 80) +(add-to-list 'default-frame-alist '(alpha-background . 80)) #+end_src * Utility |