blob: e4fb82c924577bb482c51dc677a8b7ef40ee275b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
if [ -z $XPROFILE_RUN ]; then
export XPROFILE_RUN=yes
export TERMINAL=gnome-terminal
export GDK_SCALE=2
xrandr --dpi 192
[ -f ~/.fehbg ] && ~/.fehbg
xscreensaver -no-splash &
xscreensaver-dunst-watch &
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
|