asdf
This commit is contained in:
parent
c49bc710a7
commit
5ecb5e1c7b
|
@ -1218,6 +1218,8 @@ I'm scared
|
||||||
(when (eq system-type 'gnu/linux)
|
(when (eq system-type 'gnu/linux)
|
||||||
(use-package exwm
|
(use-package exwm
|
||||||
:config
|
:config
|
||||||
|
(set-frame-parameter nil 'alpha '(85 . 85))
|
||||||
|
(add-to-list 'default-frame-alist '(alpha . (85 . 85)))
|
||||||
|
|
||||||
(defun sakomacs/exwm-init-hook ()
|
(defun sakomacs/exwm-init-hook ()
|
||||||
;; background
|
;; background
|
||||||
|
@ -1240,8 +1242,6 @@ I'm scared
|
||||||
(display-time-mode t)
|
(display-time-mode t)
|
||||||
;; shrink fringe to 1px
|
;; shrink fringe to 1px
|
||||||
(fringe-mode 1)
|
(fringe-mode 1)
|
||||||
(set-frame-parameter nil 'alpha '(85 . 85))
|
|
||||||
(add-to-list 'default-frame-alist '(alpha . (85 . 85)))
|
|
||||||
)
|
)
|
||||||
|
|
||||||
;; background
|
;; background
|
||||||
|
|
Loading…
Reference in a new issue