16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
# Set screen orientations
|
|
${HOME}/.config/openbox/screenlayout.sh
|
|
|
|
# Set background
|
|
${HOME}/.config/openbox/setbg.sh
|
|
|
|
# Start compositor
|
|
xcompmgr &
|
|
|
|
# Start panel
|
|
tint2 -c ${HOME}/.config/tint2/main &
|
|
tint2 -c ${HOME}/.config/tint2/secondary &
|
|
|
|
# Start systray applications
|
|
pnmixer &
|