diff options
author | Vincent Ambo <mail@tazj.in> | 2023-01-03T13·06+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-01-03T13·12+0000 |
commit | 18481db54d4830f01cf42a0a2b1f0e13116b4ef8 (patch) | |
tree | 1f98876b30dc109c9b651a278dd8cd9f3109d5ad /users | |
parent | 8e2b1de3d5e687eab1cc36117b12d68553588562 (diff) |
chore(tazjin/emacs): shuffle workspace layout on 2-screen tverskoy r/5573
Change-Id: I5b4baf1f7f971caee90bd30e7c133abf02bd33c8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7737 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users')
-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 0ee53276a1cd..83336f74c200 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)) |