blob: 58b5d6aced01cacaef1e3fad3d9837b258d6f29e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
if [ "$XPROFILE_RUN" != "yes" ]; then
export XPROFILE_RUN=yes
#export GDK_SCALE=2
#xrandr --dpi 192
export TERMINAL=qterminal
[ -f ~/.fehbg ] && ~/.fehbg
xss-lock -- i3lock -c 555555 -f
owncloud &
#nm-applet &
(while ! pidof i3; do sleep 1; done; exec polybar -r top) &
fi
export XPROFILE_RUN=yes
systemctl --user start compton
|