From 18481db54d4830f01cf42a0a2b1f0e13116b4ef8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 3 Jan 2023 16:06:52 +0300 Subject: chore(tazjin/emacs): shuffle workspace layout on 2-screen tverskoy Change-Id: I5b4baf1f7f971caee90bd30e7c133abf02bd33c8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7737 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: tazjin --- users/tazjin/emacs/config/desktop.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/tazjin/emacs/config') diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 0ee53276a1..83336f74c2 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -314,8 +314,8 @@ in-progress." "Split the workspace across two screens, assuming external to the left." (interactive) (set-randr-config - '(("HDMI-A-0" 1 2 3 4 5 6 7 8 9) - ("eDP" 0))) + '(("HDMI-A-0" 1 2 3 4 5 6 7 8) + ("eDP" 9 0))) (shell-command "xrandr --output HDMI-A-0 --left-of eDP --auto") (exwm-randr-refresh)) -- cgit 1.4.1