mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Less transparency on windows
This commit is contained in:
parent
9f6f50fdaf
commit
33e0cffe81
5 changed files with 8 additions and 8 deletions
|
@ -42,8 +42,8 @@
|
|||
))
|
||||
;; On Linux I can enable blur, however
|
||||
(funcall (lambda ()
|
||||
(set-frame-parameter nil 'alpha-background 65)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 65))
|
||||
(set-frame-parameter nil 'alpha-background 75)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 75))
|
||||
))
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue