diff options
author | Joe <rrbo@proton.me> | 2023-04-12 10:57:34 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-04-12 10:57:34 +0200 |
commit | afe78b6f16d090364ae1c76f4dd492d4bcc8b3bb (patch) | |
tree | 71705fdc829f75d98775428e129b32ca638a85d3 /.config/openbox/autostart | |
parent | up (diff) | |
download | dotfiles-bsd-afe78b6f16d090364ae1c76f4dd492d4bcc8b3bb.tar.gz dotfiles-bsd-afe78b6f16d090364ae1c76f4dd492d4bcc8b3bb.tar.bz2 dotfiles-bsd-afe78b6f16d090364ae1c76f4dd492d4bcc8b3bb.tar.xz dotfiles-bsd-afe78b6f16d090364ae1c76f4dd492d4bcc8b3bb.tar.zst dotfiles-bsd-afe78b6f16d090364ae1c76f4dd492d4bcc8b3bb.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/autostart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index dad6b45..5d530bd 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -52,8 +52,8 @@ startif() { export LANG='en_US.UTF-8' [ "$(hostname -s)" = "po-rbo" ] && xrandr \ --output eDP1 --mode 1920x1200 --pos 5120x0 --rotate normal \ - --output DP1 --primary --mode 2560x1440 --pos 0x0 --rotate normal \ - --output HDMI1 --mode 2560x1440 --pos 2560x0 --rotate normal \ + --output DP1 --mode 2560x1440 --pos 0x0 --rotate normal \ + --output HDMI1 --primary --mode 2560x1440 --pos 2560x0 --rotate normal \ --output HDMI2 --off \ --output VIRTUAL1 --off |