mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Change that too
This commit is contained in:
parent
b2c31e7bcf
commit
59fb53efc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue