Disable PW_USE_US_LAYOUT for wayland session
This commit is contained in:
@ -323,7 +323,7 @@ start_portwine () {
|
||||
unset PULSE_LATENCY_MSEC
|
||||
fi
|
||||
|
||||
if [[ "${PW_USE_US_LAYOUT}" == "1" ]] ; then
|
||||
if [[ "${PW_USE_US_LAYOUT}" == "1" ]] && [[ "${XDG_SESSION_TYPE}" != "wayland" ]] ; then
|
||||
setxkbmap -model pc101 us -print | xkbcomp - $DISPLAY
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user