about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-06-16T13·09+0300
committerclbot <clbot@tvl.fyi>2022-06-16T13·13+0000
commit15a9aad6584e7922dbff029f9eebaa1928ea99c5 (patch)
tree2d7e1a06888b6bc02c563688adbc9acb388491db
parentb68b3fdd6ba0b982d1ce20e243a2d3937705c3a8 (diff)
chore(tazjin/emacs): keep only one workspace on tverskoy's screen r/4240
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 <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
-rw-r--r--users/tazjin/emacs/config/desktop.el4
1 files changed, 2 insertions, 2 deletions
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))