about summary refs log tree commit diff
path: root/users/tazjin/emacs/config
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/emacs/config')
-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 ()