diff options
Diffstat (limited to '.config/openbox/autostart')
-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 |