Added PW_USE_US_LAYOUT

This commit is contained in:
Boria138
2023-09-18 20:23:05 +06:00
parent e70e816f0e
commit 9063a33b95
4 changed files with 11 additions and 11 deletions

View File

@ -604,8 +604,8 @@ stop_portwine () {
if [ "$int_xneur" = "1" ]; then
xneur &
fi
if [ ! -z ${PW_XKBD} ]; then
setxkbmap ${PW_XKBD}
if [ "$PW_USE_US_LAYOUT" != "0" ]; then
setxkbmap
fi
pw_stop_progress_bar
try_remove_file "${PORT_SCRIPTS_PATH}/0"