aboutsummaryrefslogtreecommitdiff
path: root/dot.xprofile
blob: 35340e2173bee1ac205c7a40a6b8e719b8c0083d (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 TERMINAL=gnome-terminal
	export GDK_SCALE=2
	xrandr --dpi 192
	[ -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