From bb62cca2311aa8e6864d0251c5aaa2ef3ca837e2 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 30 May 2023 15:49:05 +0200 Subject: [PATCH] Remove useless xrandr commands --- arch-config/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch-config/.config/i3/config b/arch-config/.config/i3/config index 8c5c69aa..493a1df7 100755 --- a/arch-config/.config/i3/config +++ b/arch-config/.config/i3/config @@ -56,8 +56,8 @@ set $right l # setting variables for later use # use xrandr and/or arandr to know the names of your monitors -exec --no-startup-id xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output VIRTUAL1 --off -exec --no-startup-id xrandr --output HDMI2 --right-of HDMI1 --auto +#exec --no-startup-id xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output VIRTUAL1 --off +#exec --no-startup-id xrandr --output HDMI2 --right-of HDMI1 --auto # my current setup