diff options
author | Vincent Ambo <mail@tazj.in> | 2022-06-16T13·09+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-06-16T13·13+0000 |
commit | 15a9aad6584e7922dbff029f9eebaa1928ea99c5 (patch) | |
tree | 2d7e1a06888b6bc02c563688adbc9acb388491db | |
parent | b68b3fdd6ba0b982d1ce20e243a2d3937705c3a8 (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.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 15c0b1f5e107..0ee53276a1cd 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)) |