diff options
author | jao <jao@gnu.org> | 2022-09-16 02:44:21 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-16 02:44:21 +0100 |
commit | 24240290baa402f032d9d0e75844d563ad28ef6b (patch) | |
tree | a2319714673cf181fd36e28fd997036a1e591164 | |
parent | 17ab47eb1d913491401d5918cda6e20ac00513e8 (diff) | |
download | elibs-24240290baa402f032d9d0e75844d563ad28ef6b.tar.gz elibs-24240290baa402f032d9d0e75844d563ad28ef6b.tar.bz2 |
nits
-rw-r--r-- | init.el | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1066,7 +1066,8 @@ (add-hook 'jao-afio-switch-hook 'jao-minibuffer-refresh t) (defun jao-current--frame-id () - (propertize (cond ((and (jao-exwm-enabled-p) + (propertize (cond ((and (fboundp 'jao-exwm-enabled) + (jao-exwm-enabled-p) (not (bound-and-true-p jao-exwm--use-afio)) (boundp 'exwm-workspace-current-index)) (format "F%s" exwm-workspace-current-index)) @@ -3085,12 +3086,12 @@ (setq jao-wallpaper-random-wake t) (setq jao-modeline-in-minibuffer nil) (display-battery-mode -1) - ;; (jao-set-transparency) + (jao-set-transparency) (jao-trisect) (message "Welcome to xmonad")) (when jao-xmonad-enabled - (add-hook 'after-init-hook #'jao-xmonad-enable t)) + (add-hook 'after-init-hook #'jao-xmonad-enable)) ;;;; wayland |