Disable exwm mode. Posframe issue

This commit is contained in:
Sameer Rahmani 2024-04-11 22:29:57 +01:00
parent ec84355202
commit ddcfc33717
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
2 changed files with 6 additions and 10 deletions

View File

@ -76,10 +76,7 @@ to Emacs modeline."
;; Setup modelines
(when-not-wm
(setq-default noether-views (list fg42/modeline)))
(when-wm
(setq-default noether-views (list fg42/minimal-exwm))))
(setq-default noether-views (list fg42/modeline))))
(provide 'fg42/modeline)
;;; modeline.el ends here

View File

@ -33,8 +33,7 @@
(defun fg42/--bottom-right-padded (info)
"Keep the modeline at bottom right by using the data from INFO."
(message "here")
(cons 20 20))
(cons -70 -1))
(defun fg42/adjust-modeline (view)
@ -79,14 +78,14 @@
Appears on the center of the current window."
:managed? t
:buffer "*exwm-status*"
:binding (kbd "C-c 3")
:binding (kbd "C-c 1")
:separator " | "
:visible? t
:timeout 0
:timeout 10
:frame
(list
:poshandler #'fg42/--bottom-right-padded
:border-width 1
:border-width 0
:border-color "#bd93f9")
:units