summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/quit
blob: 58d4db05b76630dce61f635acd2dd613992c626c (plain)
1
2
3
4
5
6
7
#!/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