blob: 2c987e29f6b683571702a05dab122c6d6c657b64 [file] [log] [blame]
#!/bin/sh
set -e
if which xsetroot > /dev/null 2>&1; then
xsetroot -cursor_name left_ptr
fi
if [ -f ~/.xwlrc ]; then
. ~/.xwlrc
fi
exit 0