blob: 9735b4e5cdfa385798d66e5e21c5100d4d530bcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- shell-script -*-
if [ "$XPROFILE_RUN" != "yes" ]; then
export XPROFILE_RUN=yes
export TERMINAL=kitty-1
[ -f ~/.fehbg ] && ~/.fehbg
xss-lock -- ~/.local/bin/i3lock-wrapper &
owncloud &
type nm-applet >/dev/null && nm-applet &
(while ! pidof i3; do sleep 1; done; exec polybar -r top) &
fi
export XPROFILE_RUN=yes
systemctl --user start compton
|