#!/usr/bin/env bash if type systemctl &>/dev/null; then systemctl --user stop "wmii@$(systemd-escape -- "$DISPLAY").service" else . include.sh echo quit >> $WMII_DIR/ctl fi