diff options
author | Joe <rrbo@proton.me> | 2023-04-12 14:31:22 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-04-12 14:31:22 +0200 |
commit | 5a407b093f0fe034f770122710fc9ed75685fb7f (patch) | |
tree | ee47e509756102279c327cf20f69119912bb1b80 /.config/openbox/autostart | |
parent | up (diff) | |
download | dotfiles-bsd-5a407b093f0fe034f770122710fc9ed75685fb7f.tar.gz dotfiles-bsd-5a407b093f0fe034f770122710fc9ed75685fb7f.tar.bz2 dotfiles-bsd-5a407b093f0fe034f770122710fc9ed75685fb7f.tar.xz dotfiles-bsd-5a407b093f0fe034f770122710fc9ed75685fb7f.tar.zst dotfiles-bsd-5a407b093f0fe034f770122710fc9ed75685fb7f.zip |
up
Diffstat (limited to '.config/openbox/autostart')
-rwxr-xr-x | .config/openbox/autostart | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 5d530bd..fb22d15 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -51,11 +51,11 @@ startif() { export LANG='en_US.UTF-8' [ "$(hostname -s)" = "po-rbo" ] && xrandr \ - --output eDP1 --mode 1920x1200 --pos 5120x0 --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 + --output eDP-1 --mode 1920x1200 --pos 5120x0 --rotate normal \ + --output DP-1 --mode 2560x1440 --pos 0x0 --rotate normal \ + --output HDMI-1 --primary --mode 2560x1440 --pos 2560x0 --rotate normal \ + --output HDMI-2 --off \ + --output VIRTUAL-1 --off startif dunst startif picom |