From 8c6b4d77a439d22070e1489bc25a65fb461c8ebc Mon Sep 17 00:00:00 2001 From: Tomasz Durda Date: Mon, 16 Sep 2019 20:46:05 +0200 Subject: [PATCH] Added multiple screens support --- i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3/config b/i3/config index 57e9a99..89933e3 100644 --- a/i3/config +++ b/i3/config @@ -186,3 +186,5 @@ exec --no-startup-id feh --bg-scale --auto-reload ~/Wallpapers/Slideshow/ exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec xrandr --output HDMI1 --auto --left-of eDP1 +exec xrandr --output DP1 --auto --right-of eDP1