Updated default layout command.

This commit is contained in:
sheldonmlee 2021-09-23 03:33:36 +08:00
parent 888f1e2d5d
commit d018daa26e

View File

@ -23,7 +23,7 @@ echo $option
case $option in
1*)
loadkeys us
cmd="setxkbmap us"
cmd="setxkbmap us -option"
echo $cmd > $script_file
$($cmd)
;;