Minor ed to x config
This commit is contained in:
parent
92b8a4a86b
commit
55a2856f20
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue