From 26bc3c01e554b654c14968ee0abb2f1339887b96 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 6 Oct 2021 16:40:27 -0700 Subject: Update displays.el Today is my first day back in the office at Google (this time at MP2 in Sunnyvale)! As such, I have a new desk, new monitors, so expect some changes to my configuration until I stabilize everything. --- emacs/.emacs.d/wpc/display.el | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'emacs/.emacs.d/wpc/display.el') diff --git a/emacs/.emacs.d/wpc/display.el b/emacs/.emacs.d/wpc/display.el index 3507f11915..a3c54f1aa9 100644 --- a/emacs/.emacs.d/wpc/display.el +++ b/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 "HDMI1" + :output "DP2" :primary t :coords (0 1062) :size (3840 2160) @@ -121,17 +121,8 @@ See the man-page for xrandr for more details." :dpi 144 :rotate normal) -(display-register 4k-vertical - :output "DP2" - :primary nil - :coords (3840 0) - :size (3840 2160) - :rate 30.0 - :dpi 144 - :rotate right) - (display-arrangement primary - :displays (4k-horizontal 4k-vertical)) + :displays (4k-horizontal laptop)) (provide 'display) ;;; display.el ends here -- cgit 1.4.1