* Script work is brought into better focus * New layout will be used to better package the python scripts * No hidden folders (they will be hidden at build time) * All building should be done under setup/ * Avoids ambiguous .bin/.cbin folders at root of project
8 lines
155 B
Bash
Executable file
8 lines
155 B
Bash
Executable file
#!/bin/sh
|
|
|
|
dbus-update-activation-environment --systemd DISPLAY
|
|
eval $(ssh-agent)
|
|
export SSH_AUTH_SOCK
|
|
xrdb -merge $HOME/.Xresources
|
|
exec openbox-session
|
|
|