Change that too

This commit is contained in:
Benson Chu 2019-03-28 09:46:41 -05:00
parent b2c31e7bcf
commit 59fb53efc5

View file

@ -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)