wmstartup: Don't hack around OpenBSD

This commit is contained in:
Salt 2018-08-19 16:05:59 -05:00
parent 4fab99aa19
commit cf30f60501

View File

@ -87,12 +87,7 @@ printf "[INFO] Starting services\n"
# Start with key functionality
if pgrep bspwm > /dev/null 2>&1; then
printf " [INFO] Found bspwm, starting sxhkd\n"
if [[ $(uname) == "OpenBSD" ]]; then
printf " [INFO] Starting OpenBSD variant\n"
sxhkd -c $XDG_CONFIG_HOME/sxhkd/sxhkdrc-obsd &
else
sxhkd &
fi
sxhkd &
fi
# Don't start the compositor in a VM
if [[ $(hostname) != "vm"* ]]; then