(feat) change exwm opacity to 90
This commit is contained in:
parent
82650e701c
commit
c755025731
1 changed files with 2 additions and 2 deletions
|
@ -1218,8 +1218,8 @@ I'm scared
|
|||
(when (eq system-type 'gnu/linux)
|
||||
(use-package exwm
|
||||
:config
|
||||
(set-frame-parameter nil 'alpha '(85 . 85))
|
||||
(add-to-list 'default-frame-alist '(alpha . (85 . 85)))
|
||||
(set-frame-parameter nil 'alpha '(90 . 90))
|
||||
(add-to-list 'default-frame-alist '(alpha . (90 . 90)))
|
||||
|
||||
(defun sakomacs/exwm-init-hook ()
|
||||
;; background
|
||||
|
|
Loading…
Reference in a new issue