asdf
This commit is contained in:
parent
c49bc710a7
commit
5ecb5e1c7b
1 changed files with 139 additions and 139 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue