From 55a2856f20a1527b373fc6863ab9b5c0c7ac9282 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sun, 15 May 2022 19:14:51 +0100 Subject: [PATCH] Minor ed to x config --- x/xinitrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/x/xinitrc b/x/xinitrc index 01698df..57d3697 100644 --- a/x/xinitrc +++ b/x/xinitrc @@ -51,7 +51,7 @@ fi #### Custom ######## -# Set external monitor config +# Set external monitor config (dependent on monitor connected) if [[ "$(xrandr | awk '/^VGA/ { print $2 }')" == "connected" ]]; then xrandr --output VGA1 --primary --above LVDS1 elif [[ "$(xrandr | awk '/^DP1/ { print $2 }')" == "connected" ]];then @@ -59,9 +59,6 @@ elif [[ "$(xrandr | awk '/^DP1/ { print $2 }')" == "connected" ]];then else : fi -# xrandr --output VGA1 --primary --above LVDS1 -# xrandr --output DP1 --primary --above LVDS1 -#source "{$HOME}/bash_scripts/connect_monitors.sh" # Set UK keyboard setxkbmap gb