about summary refs log tree commit diff
path: root/init/nixos.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/nixos.el')
-rw-r--r--init/nixos.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init/nixos.el b/init/nixos.el
index da9bc1e56de9..b84624aa7d9c 100644
--- a/init/nixos.el
+++ b/init/nixos.el
@@ -55,6 +55,10 @@
       (exwm-cm-enable)
 
       ;; Show time in the mode line
-      (display-time-mode)))
+      (display-time-mode)
+
+      ;; Let buffers move seamlessly between workspaces
+      (setq exwm-workspace-show-all-buffers t)
+      (setq exwm-layout-show-all-buffers t)))
 
 (provide 'nixos)