aboutsummaryrefslogtreecommitdiffstats
path: root/x/.xprofile
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-03-19 21:08:41 +0100
committerphilw <dscr@duck.com>2024-03-19 21:08:41 +0100
commit5788f66da53205d5290c64ff97f3c817889d6bc0 (patch)
tree9ef9c4f123cc6a7bcd3273b5d90c610af8d61067 /x/.xprofile
parent51573d35e989d45f047b0b34fd9293be459d346b (diff)
downloaddotfiles-5788f66da53205d5290c64ff97f3c817889d6bc0.tar.gz
dotfiles-5788f66da53205d5290c64ff97f3c817889d6bc0.zip
update dotfiles
Diffstat (limited to 'x/.xprofile')
-rw-r--r--x/.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x/.xprofile b/x/.xprofile
index 6f80fbd..745769a 100644
--- a/x/.xprofile
+++ b/x/.xprofile
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3autostart="lxpolkit mpd" 3autostart="lxqt-policykit-agent mpd"
4 4
5for program in $autostart; do 5for program in $autostart; do
6 pidof -sx "$program" || "$program" & 6 pidof -sx "$program" || "$program" &