summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-10-30 14:01:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-10-30 14:30:41 -0700
commitd1fbe5a3ea5412b224faf5a3b8093703db52fedc (patch)
treebfb18863dcd1a5fea35977d2402f5e9ea7ac0feb /bin
parent49236406f9fc22d59b20678b271e758f6abbfd67 (diff)
downloaddotfiles-d1fbe5a3ea5412b224faf5a3b8093703db52fedc.tar.gz
archive mpd configuration
Diffstat (limited to 'bin')
-rwxr-xr-xbin/i3-startup-once9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/i3-startup-once b/bin/i3-startup-once
index 6c297fe2..4ad69f48 100755
--- a/bin/i3-startup-once
+++ b/bin/i3-startup-once
@@ -28,12 +28,3 @@ if ! in-develacc; then
pkill -u $USER ibus-daemon
IBUS_ENABLE_SYNC_MODE=0 ibus-daemon --xim --daemonize
fi
-
-# ---- startup applications
-
-if ! in-develacc; then
- # the systemd user unit for mpd can fail because it doesn't get
- # XDG_RUNTIME_DIR set, so disable it and start ourselves
- systemctl --user mask mpd ||:
- pgrep -u "$USER" mpd || mpd &
-fi