about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/emacs/config/desktop.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el
index 15c0b1f5e1..0ee53276a1 100644
--- a/users/tazjin/emacs/config/desktop.el
+++ b/users/tazjin/emacs/config/desktop.el
@@ -314,8 +314,8 @@ in-progress."
   "Split the workspace across two screens, assuming external to the left."
   (interactive)
   (set-randr-config
-   '(("HDMI-A-0" 1 2 3 4 5 6 7)
-     ("eDP" 8 9 0)))
+   '(("HDMI-A-0" 1 2 3 4 5 6 7 8 9)
+     ("eDP" 0)))
 
   (shell-command "xrandr --output HDMI-A-0 --left-of eDP --auto")
   (exwm-randr-refresh))