diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 0ee53276a..83336f74c 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 8 9) - ("eDP" 0))) + '(("HDMI-A-0" 1 2 3 4 5 6 7 8) + ("eDP" 9 0))) (shell-command "xrandr --output HDMI-A-0 --left-of eDP --auto") (exwm-randr-refresh))