Disable PW_USE_US_LAYOUT for wayland session
This commit is contained in:
@ -606,7 +606,7 @@ stop_portwine () {
|
||||
if [[ "$int_xneur" == "1" ]] ; then
|
||||
xneur &
|
||||
fi
|
||||
if [[ "$PW_USE_US_LAYOUT" == "1" ]] ; then
|
||||
if [[ "$PW_USE_US_LAYOUT" == "1" ]] [[ "${XDG_SESSION_TYPE}" != "wayland" ]] ; then
|
||||
setxkbmap
|
||||
fi
|
||||
pw_stop_progress_bar
|
||||
|
Reference in New Issue
Block a user