#!/bin/sh SELF=${0##*/} DIR="$(realpath "$0")" #echo $DIR #echo $SELF #exit 0 if [ "$DISPLAY" == ":1" ] then CWD="$1" shift; APP="$1" shift; setxkbmap -layout us -option "" setxkbmap -option "terminate:ctrl_alt_bksp" setsid openbox &>/dev/null