diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-07-28T20·08+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-07-28T20·11+0000 |
commit | 0cae1a6736ebbb801e155e98d6b6acf7e6310ca6 (patch) | |
tree | 53777d418956e5ec8c03dabdbcd873198e8a0356 /users/tazjin/emacs | |
parent | dc1711292fb0aa52fc9ce041d49ec83703ea2c4d (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')
-rw-r--r-- | users/tazjin/emacs/config/desktop.el | 1 |
1 files changed, 1 insertions, 0 deletions
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")) |