Fix issue where livesession is updated automatically, tidy init scripts
This commit is contained in:
@ -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 &
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user