Minor ed to x config

This commit is contained in:
tactonbishop 2022-05-15 19:14:51 +01:00
parent 92b8a4a86b
commit 55a2856f20

View file

@ -51,7 +51,7 @@ fi
#### Custom ######## #### Custom ########
# Set external monitor config # Set external monitor config (dependent on monitor connected)
if [[ "$(xrandr | awk '/^VGA/ { print $2 }')" == "connected" ]]; then if [[ "$(xrandr | awk '/^VGA/ { print $2 }')" == "connected" ]]; then
xrandr --output VGA1 --primary --above LVDS1 xrandr --output VGA1 --primary --above LVDS1
elif [[ "$(xrandr | awk '/^DP1/ { print $2 }')" == "connected" ]];then elif [[ "$(xrandr | awk '/^DP1/ { print $2 }')" == "connected" ]];then
@ -59,9 +59,6 @@ elif [[ "$(xrandr | awk '/^DP1/ { print $2 }')" == "connected" ]];then
else : else :
fi fi
# xrandr --output VGA1 --primary --above LVDS1
# xrandr --output DP1 --primary --above LVDS1
#source "{$HOME}/bash_scripts/connect_monitors.sh"
# Set UK keyboard # Set UK keyboard
setxkbmap gb setxkbmap gb