aboutsummaryrefslogtreecommitdiff
path: root/dot.xprofile
blob: 0f46d27c9b782f5024fbfef74a75964a7e2a5f5a (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=kitty-1
	[ -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