diff options
-rwxr-xr-x | kvmx | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -958,7 +958,11 @@ function kvmx_xephyr { Xephyr :$GUEST_DISPLAY -ac -port $XDMCP_PORT -query 127.0.0.1 $resolution &> $XDMCPLOG < /dev/null & # Give time to connect - sleep 5 + sleep 1 + + # Set keyboard layout + # Thanks https://unix.stackexchange.com/questions/304391/xephyr-keyboard-mapping-not-working-properly + setxkbmap -display :0 -print | xkbcomp - :$GUEST_DISPLAY >> $XDMCPLOG # Fix window titles if which /usr/bin/xdotool &> /dev/null; then |