mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Higher alpha on focus-out
This commit is contained in:
@ -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))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user