From aa2f1bbc69d456ca2af06e233e58f13c9cfa533f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 3 Jul 2023 19:11:08 +0300 Subject: fix(tazjin/emacs): explicitly set xrandr mode for office screen Change-Id: I2cc5ce1157a7dd551908bd0beb2fe03295447d80 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8925 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: tazjin --- users/tazjin/emacs/config/desktop.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 2fe82f1287de..c47e3b4b91cf 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -354,7 +354,7 @@ in-progress." (set-randr-config `(("eDP-1" 1 2) ("DP-2" 3 4 5 6 7 8 9 0))) - (shell-command "xrandr --output DP-2 --auto --primary --right-of eDP-1") + (shell-command "xrandr --output DP-2 --mode 2560x1440 --primary --right-of eDP-1") (exwm-randr-refresh)) (defun randr-khamovnik-layout-single () -- cgit 1.4.1