From b28c94c101ac4648c6c688b94b08c99cd870176c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 13 Nov 2021 17:43:46 +0100 Subject: fix(tazjin/emacs): Adjust tverskoy screen layout for TVL office Change-Id: I4d1ad19ee5af52b7f01e1e2003a5c95b5a133865 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3871 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/emacs/config/desktop.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'users/tazjin') diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 3e601e01a1..3a4983f629 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -210,13 +210,13 @@ (exwm-randr-refresh)) (defun randr-tverskoy-split-workspace () - "Split the workspace across two screens, assuming external to the right." + "Split the workspace across two screens, assuming external to the left." (interactive) (set-randr-config - '(("eDP" 1 2 3 4 5 ) - ("HDMI-A-0" 6 7 8 9 0))) + '(("HDMI-A-0" 1 2 3 4 5 6 7) + ("eDP" 8 9 0))) - (shell-command "xrandr --output HDMI-A-0 --right-of eDP --auto") + (shell-command "xrandr --output HDMI-A-0 --left-of eDP --auto") (exwm-randr-refresh)) ;; Layouts for frog (desktop) -- cgit 1.4.1