less transparency
This commit is contained in:
parent
00d79d6edf
commit
4de2d59f08
2 changed files with 7 additions and 6 deletions
6
init.el
6
init.el
|
@ -41,9 +41,9 @@
|
|||
|
||||
(defun chris/set-transparency ()
|
||||
"Set the frame to be transparent but not the text"
|
||||
(set-frame-parameter (selected-frame) 'alpha-background 85)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 85))
|
||||
(add-to-list 'initial-frame-alist '(alpha-background . 85)))
|
||||
(set-frame-parameter (selected-frame) 'alpha-background 95)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 95))
|
||||
(add-to-list 'initial-frame-alist '(alpha-background . 95)))
|
||||
|
||||
(if (daemonp) (add-hook 'after-make-frame-functions
|
||||
(lambda (frame)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue