blob: 2ba97e779c1f8a31a65ee204a2251abf7212ea25 (
plain)
1
2
3
4
5
6
7
8
9
|
export LOPTS="panel wallpaper composer gnome-keyring jpinput"
export WALLCONFIG="$HOME/Pictures/rand/walls/config.yaml"
# Launch other stuff
source ~/.xprofile
source ~/Scripts/xlaunchrc
sxhkd &
exec bspwm
|