From b72e066b4514e14ed85884bb00911149eec252d2 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Fri, 20 May 2022 19:31:34 +0300 Subject: [PATCH] add second monitor --- sub/i3/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sub/i3/config b/sub/i3/config index 8fc141f..cb738c4 100644 --- a/sub/i3/config +++ b/sub/i3/config @@ -10,6 +10,12 @@ # Please see https://i3wm.org/docs/userguide.html for a complete reference! + +# monitors +exec xrandr --output DP-0 --mode 1920x1080 --pos 0x0 --primary +exec xrandr --output HDMI-0 --mode 1366x768 --pos 1920x0 --right-of DP-0 --rotate right + + for_window [tiling] border pixel 3 exec --no-startup-id picom --inactive-dim 0.2 --no-fading-openclose --inactive-dim-fixed --config /dev/null set $mod Mod4