# -*- mode: sh; sh-shell: sh -*- # we need to wait a little bit, otherwise the key changes below # don't take effect sleep 1 if [ $DISPLAY ]; then setxkbmap \ -layout us,ir \ -option ctrl:nocaps \ -option grp:shifts_toggle xmodmap -e "keysym Menu = Super_R" fi