blob: 444d8be9639e8fe26ff68980c7b7f4306cbfd83e (
plain)
1
2
3
4
5
6
7
8
9
|
export LOPTS="wallpaper composer gnome-keyring jpinput"
export WALLCONFIG="$HOME/Pictures/rand/walls/config.yaml"
# Launch other stuff
source ~/.xprofile
source ~/Scripts/xlaunchrc
#trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 2 --height 18 --transparent true --tint 0x000000 --alpha 0 &
exec i3
|