This commit is contained in:
Sakooooo 2024-08-04 00:01:38 +04:00
parent 4dbba6b9c0
commit 037314b051
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1244,11 +1244,12 @@ Export and then view with emacs :)
I'm scared
#+begin_src emacs-lisp
(defvar is-exwm nil
"Toggle if EXWM is being used")
(defcustom is-exwm nil
"Toggle if EXWM is being used"
:type 'boolean)
(when (eq system-type 'gnu/linux)
(if '(is-exwm)
(when is-exwm
(use-package exwm
:config
(set-frame-parameter nil 'alpha '(90 . 90))