This commit is contained in:
Sakooooo 2024-07-29 22:37:59 +04:00
parent c49bc710a7
commit 5ecb5e1c7b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1218,6 +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)))
(defun sakomacs/exwm-init-hook ()
;; background
@ -1240,8 +1242,6 @@ I'm scared
(display-time-mode t)
;; shrink fringe to 1px
(fringe-mode 1)
(set-frame-parameter nil 'alpha '(85 . 85))
(add-to-list 'default-frame-alist '(alpha . (85 . 85)))
)
;; background