Higher alpha on focus-out
This commit is contained in:
parent
6f652c1e96
commit
596e918291
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
|
||||
;; Fade out when unfocused
|
||||
(add-hook! focus-in (set-frame-parameter nil 'alpha 100))
|
||||
(add-hook! focus-out (set-frame-parameter nil 'alpha 75))
|
||||
(add-hook! focus-out (set-frame-parameter nil 'alpha 85))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue