From 54d3cc78dd2aaf10c6742f4703c9573bc53f661b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 23 Oct 2021 16:46:43 -0700 Subject: fix(wpcarro/emacs): Change display.el to use Display Port I switched cables recently. Change-Id: I6026cf6598f857e02c29a039885336fb3c147ecb Reviewed-on: https://cl.tvl.fyi/c/depot/+/4796 Tested-by: BuildkiteCI Reviewed-by: wpcarro Autosubmit: wpcarro --- users/wpcarro/emacs/.emacs.d/wpc/display.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/wpcarro/emacs/.emacs.d/wpc/display.el') diff --git a/users/wpcarro/emacs/.emacs.d/wpc/display.el b/users/wpcarro/emacs/.emacs.d/wpc/display.el index 42dcb6f214c9..62c3fce2f12e 100644 --- a/users/wpcarro/emacs/.emacs.d/wpc/display.el +++ b/users/wpcarro/emacs/.emacs.d/wpc/display.el @@ -113,7 +113,7 @@ See the man-page for xrandr for more details." :rotate normal) (display-register 4k-horizontal - :output "DP2" + :output "DP-0" :primary t :coords (0 0) :size (2560 1440) @@ -122,7 +122,7 @@ See the man-page for xrandr for more details." :rotate normal) (display-register 4k-vertical - :output "HDMI1" + :output "DP-2" :primary nil :coords (-1440 -560) :size (2560 1440) -- cgit 1.4.1