forked from FG42/FG42
1
0
Fork 0

Disable noether on exwm

This commit is contained in:
Sameer Rahmani 2024-04-28 20:31:40 +01:00
parent edcf6b9b0a
commit 9342a251d7
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 4 additions and 3 deletions

View File

@ -76,13 +76,14 @@ to Emacs modeline."
(default-value 'face-remapping-alist) face-remaps))
(add-to-list 'fg42/noether-views fg42/modeline))
;; Setup modelines
(when-not-wm
(setq-default noether-views fg42/noether-views))
(when-wm
(setq-default noether-views (list fg42/minimal-exwm))))
;; TODO: Fix `fg42/minimal-exwm' to pop up on every workspace
(setq-default noether-views nil)))
(provide 'fg42/noether)