blob: 7cdd2356b454a75383b6deefdb30ad92476429ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- shell-script -*-
if [ "$XPROFILE_RUN" != "yes" ]; then
export XPROFILE_RUN=yes
export TERMINAL=kitty-1
export GDK_SCALE=2
xrandr --dpi 192
[ -f ~/.fehbg ] && ~/.fehbg
xss-lock -- ~/.local/bin/i3lock-wrapper &
type nm-applet >/dev/null && nm-applet &
(while ! pidof i3; do sleep 1; done; exec polybar -r top) &
fi
export XPROFILE_RUN=yes
|