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