diff options
Diffstat (limited to 'linux/bin')
-rwxr-xr-x | linux/bin/asdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf index f1bd4e3..5b736eb 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -43,7 +43,7 @@ die() { set_xmodmap() { if [ -e "${PATH_XMODMAP}" ]; then if [ -f "$@" ]; then - set_xkbmap ie + set_xkbmap lv "${PATH_XMODMAP}" "$@" || ( set_xkbmap de ; die "Failed to set xmodmap $@." ) else die "Cannot use $@ for xmodmap." |