diff --git a/config.org b/config.org index ed700dc..3e69225 100644 --- a/config.org +++ b/config.org @@ -546,7 +546,7 @@ (length (string-to-number (substring response 0 4))) (height (string-to-number (substring response 5 9)))) (shell-command (format "xrandr --output %s --mode %s --above %s" secondary response primary)) - (let ((pos (completing-read "Position? " '("right-of" "above") nil t "^"))) + (let ((pos (completing-read "Position? " '("left-of" "above") nil t "^"))) (shell-command (format "xrandr --output %s --%s %s" secondary pos primary)))))) (setup-wallpaper)) (add-hook 'exwm-init-hook 'my/setup-screens)