aboutsummaryrefslogtreecommitdiff
path: root/dot.xprofile
blob: 31bd0c66b64751cd5201c5e2e3e50a5deb8e3e4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
if [ -z $XPROFILE_RUN ]; 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