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

@ -82,7 +82,8 @@ to Emacs modeline."
(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)