about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/desktop.el
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-07-03T16·11+0300
committerclbot <clbot@tvl.fyi>2023-07-03T16·14+0000
commitaa2f1bbc69d456ca2af06e233e58f13c9cfa533f (patch)
treef0f0dc1cdb17c7e06769d43559905f378fdc76f7 /users/tazjin/emacs/config/desktop.el
parent7c8fe6ccc8e047f8330f1e3ab25afa8f2e2f56d4 (diff)
fix(tazjin/emacs): explicitly set xrandr mode for office screen r/6391
Change-Id: I2cc5ce1157a7dd551908bd0beb2fe03295447d80
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8925
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/emacs/config/desktop.el')
-rw-r--r--users/tazjin/emacs/config/desktop.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el
index 2fe82f1287..c47e3b4b91 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 ()