diff options
author | Joe <rrbo@proton.me> | 2023-04-12 10:56:34 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-04-12 10:56:34 +0200 |
commit | 63d1b774ab8598e3c6f665c846ed37336fee0463 (patch) | |
tree | 0f2d77c4f44d8f9ea7f72fabdfca63321ad71943 /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.tar.gz dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.tar.bz2 dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.tar.xz dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.tar.zst dotfiles-bsd-63d1b774ab8598e3c6f665c846ed37336fee0463.zip |
up
Diffstat (limited to '.config/openbox')
-rwxr-xr-x | .config/openbox/autostart | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 5cd395a..dad6b45 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -50,6 +50,13 @@ 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 HDMI2 --off \ + --output VIRTUAL1 --off + startif dunst startif picom startif mpd-notification |