blob: 7d8e263915a93968de1005a545188d5a893da39f (
plain) (
tree)
|
|
#! /usr/bin/env dash
# shellcheck disable=SC2086
# shellcheck source=/dev/null
. %SHELL_LIBRARY_PATH
export XKB_DEFAULT_LAYOUT="mykeys"
exec river
# if [ -d /tmp/LIB_FILE_TEMP_DIR/ ];then rm -r /tmp/LIB_FILE_TEMP_DIR/; fi
|