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:
parent
dc1711292f
commit
0cae1a6736
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue