diff options
-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")) |