#!/bin/sh DELAY=5 echo >&2 Executing autorandr postswitch after $DELAY secondsā€¦ if command -v awesome-client >/dev/null; then echo >&2 Informing the Awesome Window Manager of the new profileā€¦ echo "handle_new_autorandr_profile(\"$AUTORANDR_CURRENT_PROFILE\")" | awesome-client >&2 fi sleep $DELAY ~/.bin/xconfig >&2