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