From 3cf854dd6fa30f3665c5756ef1c1b4ec0bff6df3 Mon Sep 17 00:00:00 2001 From: omri Date: Sat, 8 Jul 2023 15:20:43 +0300 Subject: [PATCH] xinitrc: fix xrandr command --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index fd1be7b..67ad7f3 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,4 @@ -xrandr --output HDMI-0 --auto --right-of DP-5 +xrandr --output DisplayPort-0 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --primary --mode 2560x1080 --pos 1920x0 --rotate normal --output DVI-D-0 --off setxkbmap -layout eu,il -option grp:alt_shift_toggle # setxkbmap -layout eu,il -option grp:alt_shift_toggle -option caps:swapescape # xrdb -load ~/.config/X11/Xresources