+(with-eval-after-load 'exwm-workspace
+ (setq exwm-workspace-show-all-buffers t)
+ (setq-default
+ mode-line-format
+ (append
+ mode-line-format
+ '((:eval
+ (format
+ " [%s]" (number-to-string
+ exwm-workspace-current-index)))))))
+
+(with-eval-after-load 'exwm-layout
+ (setq exwm-layout-show-all-buffers t))
+