aboutsummaryrefslogtreecommitdiff
path: root/dot.xprofile
blob: d583cfced30cd5c7db5bbf8bac9d753ef930139d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if [ "$XPROFILE_RUN" != "yes" ]; then
	export XPROFILE_RUN=yes
	export GDK_SCALE=2
	xrandr --dpi 192
	export TERMINAL=qterminal
	[ -f ~/.fehbg ] && ~/.fehbg
	xss-lock -- physlock -p "Locked by: $USER" -s -m &
	nm-applet &
	redshift-gtk &
	nextcloud &
	compton --backend=glx --glx-swap-method=buffer-age -b
	(while ! pidof i3; do sleep 1; done; exec polybar -r top) &
fi
export XPROFILE_RUN=yes