Updated xrandr for dual monitor example

This commit is contained in:
Dionysus 2023-12-02 18:53:10 -05:00
parent 0a95c677ba
commit 0e232ae3a5
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ xset fp rehash
dunst &
slstatus &
unclutter &
{sleep 2; xrandr --output HDMI1 --mode 1920x1080 --output DP1 --mode 1920x1080 --right-of HDMI1;} &
# Example of dual monitor setup
#{ sleep 2; xrandr --output HDMI1 --mode 1920x1080 --output DP1 --mode 1920x1080 --above HDMI1; } &
exec dwm