blob: 103ce7764662d50d308b4f7b407c841ea15339a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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) &
|