fix(tazjin/emacs): reset both xrandr outputs correctly

Change-Id: I9bc7da159191b60610015cb636b9feebeb74da34
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8987
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-07-28 23:08:05 +03:00 committed by clbot
parent dc1711292f
commit 0cae1a6736

View file

@ -357,6 +357,7 @@ in-progress."
(set-randr-config '(("eDP-1" (number-sequence 0 9))))
(shell-command "xrandr --output eDP-1 --auto --primary")
(shell-command "xrandr --output DP-2 --off")
(shell-command "xrandr --output HDMI-1 --off")
(exwm-randr-refresh))
(pcase (s-trim (shell-command-to-string "hostname"))