From cc7a8d1b2d72df872adba044bb133034d41b0507 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 13 Nov 2019 20:18:48 +0000 Subject: Add support for 3 screens --- X/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X') diff --git a/X/.xinitrc b/X/.xinitrc index f7fdf4d..d9d4053 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -40,7 +40,7 @@ compton & redshift & dunst & wal -R -xrandr --output DP2 --right-of DP1 --auto +xrandr --output DP-1 --auto --output DP-2 --left-of DP-1 --auto --output DVI-1-0 --rotate left --right-of DP-1 --auto feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" xsetroot -cursor_name left_ptr -- cgit