diff options
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 |