about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/desktop.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-07-28T20·08+0300
committerclbot <clbot@tvl.fyi>2023-07-28T20·11+0000
commit0cae1a6736ebbb801e155e98d6b6acf7e6310ca6 (patch)
tree53777d418956e5ec8c03dabdbcd873198e8a0356 /users/tazjin/emacs/config/desktop.el
parentdc1711292fb0aa52fc9ce041d49ec83703ea2c4d (diff)
fix(tazjin/emacs): reset both xrandr outputs correctly r/6445
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>
Diffstat (limited to 'users/tazjin/emacs/config/desktop.el')
-rw-r--r--users/tazjin/emacs/config/desktop.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el
index 997310d0e9..dc009a5074 100644
--- a/users/tazjin/emacs/config/desktop.el
+++ b/users/tazjin/emacs/config/desktop.el
@@ -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"))