From 0cae1a6736ebbb801e155e98d6b6acf7e6310ca6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 28 Jul 2023 23:08:05 +0300 Subject: fix(tazjin/emacs): reset both xrandr outputs correctly Change-Id: I9bc7da159191b60610015cb636b9feebeb74da34 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8987 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/emacs/config/desktop.el | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin') diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 997310d0e98a..dc009a507405 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")) -- cgit 1.4.1