summaryrefslogtreecommitdiff
path: root/.config/wmii-hg
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-02-27 20:02:10 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-02-27 20:06:21 -0500
commit65cb251ba9d9203056c3c71e49576d7bd7e36069 (patch)
tree025b4015b5b8bed7906f271cc7d3b369c07535ba /.config/wmii-hg
parent5e5e5029e76d88b3887bb175e28709a9022323a8 (diff)
more systemd/x11 stuff
Diffstat (limited to '.config/wmii-hg')
-rwxr-xr-x.config/wmii-hg/quit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wmii-hg/quit b/.config/wmii-hg/quit
index b34a913..58d4db0 100755
--- a/.config/wmii-hg/quit
+++ b/.config/wmii-hg/quit
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
if type systemctl &>/dev/null; then
- systemctl --user stop "wmii@$DISPLAY.service"
+ systemctl --user stop "wmii@$(systemd-escape -- "$DISPLAY").service"
else
. include.sh
echo quit >> $WMII_DIR/ctl