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 <mail@tazj.in>
This commit is contained in:
parent
608e6e778e
commit
b28c94c101
1 changed files with 4 additions and 4 deletions
|
@ -210,13 +210,13 @@
|
||||||
(exwm-randr-refresh))
|
(exwm-randr-refresh))
|
||||||
|
|
||||||
(defun randr-tverskoy-split-workspace ()
|
(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)
|
(interactive)
|
||||||
(set-randr-config
|
(set-randr-config
|
||||||
'(("eDP" 1 2 3 4 5 )
|
'(("HDMI-A-0" 1 2 3 4 5 6 7)
|
||||||
("HDMI-A-0" 6 7 8 9 0)))
|
("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))
|
(exwm-randr-refresh))
|
||||||
|
|
||||||
;; Layouts for frog (desktop)
|
;; Layouts for frog (desktop)
|
||||||
|
|
Loading…
Reference in a new issue