Fix issue where livesession is updated automatically, tidy init scripts

This commit is contained in:
natemaia
2018-05-12 11:00:19 -07:00
parent 14637331e0
commit 34ef33b9a9
8 changed files with 35 additions and 49 deletions

View File

@ -11,9 +11,6 @@ nitrogen --restore &
# start panel
sleep 1; polybar --config=/home/liveuser/.config/polybar/config openbox-bar &
# system tray
sleep 1; trayer --edge bottom --align left --widthtype request --SetDockType false --expand true &
# Openbox autostart
ob-autostart -d &

View File

@ -3,12 +3,3 @@
# To set your language for displaying messages and time/date formats, use the following:
# LANG=en_US.UTF8
# xdg-open applications
# export XDG_CURRENT_DESKTOP=XFCE
# export DE="xfce"
# # dbus with openbox
# if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
# eval "$(dbus-launch --sh-syntax --exit-with-session)"
# fi