path: awesome-extra_2023010601/tyrannical/utils/xephyr.sh { $pidof Xephyr | cut -d\ -f1 } path: awesome-extra_2023010601/tyrannical/utils/xephyr.sh function awesome_pid() { $pidof awesome | cut -d\ -f1 } path: awesome-extra_2023010601/tyrannical/utils/xephyr.sh awesome=`which awesome` xephyr=`which Xephyr` pidof=`which pidof` test -x $awesome || { echo "Awesome executable not found. Please install Awesome"; exit 1; }