diff options
author | Thanos Apollo <[email protected]> | 2023-01-21 14:11:10 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-21 14:11:10 +0200 |
commit | 7f9d504a79bc27816e2c062e5fec23eb137568c8 (patch) | |
tree | 9d557a1e86b7505e8bb89c77df11b49c50074e3d /.exwm.el | |
parent | e646bb9820e7107e629a96a98392837e771ef10a (diff) |
exwm: Change xrandr script
Diffstat (limited to '.exwm.el')
-rw-r--r-- | .exwm.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ ;;When EXWM starts up, run this hook (add-hook 'exwm-init-hook #'apollo/exwm-init-hook) (start-process-shell-command - "xrandr" nil "xrandr --output DisplayPort-2 --primary --mode 2560x1440 --pos 1920x0 --rotate normal --output HDMI-A-0 --mode 1920x1080 --pos 0x0 --rotate normal") + "xrandr" nil "xrandr --output DisplayPort-0 --primary --mode 2560x1440 --pos 1930x0 --rotate normal --output DisplayPort-1 --off --output DisplayPort-2 --off --output HDMI-A-0 --mode 1920x1080 --pos 0x0 --rotate normal") ;; Set the screen resolution |