From 15a9aad6584e7922dbff029f9eebaa1928ea99c5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 16 Jun 2022 16:09:54 +0300 Subject: chore(tazjin/emacs): keep only one workspace on tverskoy's screen this machine is now sort of permanently stationed in the office, and thus permanently connected to the big screen. with this setup, it's comfortable to have it available for a single workspace (e.g. for videos playing there), but it's too confusing and unergonomic to use that screen for anything else. Change-Id: I03556b777c79f68d65d4d8bf1ba1f18982650a8b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5872 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/emacs/config/desktop.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/tazjin/emacs/config/desktop.el') diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 15c0b1f5e1..0ee53276a1 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) - ("eDP" 8 9 0))) + '(("HDMI-A-0" 1 2 3 4 5 6 7 8 9) + ("eDP" 0))) (shell-command "xrandr --output HDMI-A-0 --left-of eDP --auto") (exwm-randr-refresh)) -- cgit 1.4.1