diff options
| author | fpi | 2022-03-18 14:47:25 +0100 | 
|---|---|---|
| committer | fpi | 2022-03-20 17:54:27 +0100 | 
| commit | 6c504d10f07a51af0372695d92d144b3440fc4bc (patch) | |
| tree | 17f0159d0e3558bce3d423e517754baf022d845d | |
| parent | Merge branch 'gnus+' into emacs (diff) | |
Update exwm monitor config
| -rw-r--r-- | init-exwm.org | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/init-exwm.org b/init-exwm.org index 8acf733..0ce1f07 100644 --- a/init-exwm.org +++ b/init-exwm.org @@ -50,7 +50,7 @@ set keyboard  (use-package exwm-randr    :config    (setq exwm-randr-workspace-output-plist -        (when (equal fpi/current-device "pan") '(0 "DisplayPort-3" 1 "DisplayPort-5"))) +        (when (equal fpi/current-device "pan") '(0 "DisplayPort-4" 1 "DisplayPort-6")))    ;; (when (equal system-name "pan")    ;;   (start-process-shell-command "xrandr" nil "xrandr --output DisplayPort-0 --off --output DisplayPort-1 --off --output DisplayPort-2 --off --output HDMI-A-0 --off --output DisplayPort-3 --mode 2560x1440 --pos 0x612 --rotate normal --output DisplayPort-4 --off --output DisplayPort-5 --mode 2560x1440 --pos 2560x0 --rotate right --output DisplayPort-6 --off")    ;;   (exwm-workspace-add))  | 
