37 lines
744 B
Plaintext
Executable File
37 lines
744 B
Plaintext
Executable File
# launch compton if enabled
|
|
al-compositor --start &
|
|
|
|
$HOME/.config/setup &
|
|
# enable numlock, comment out if you dont have a numpad
|
|
numlockx on &
|
|
|
|
# restore wallpaper
|
|
nitrogen --restore &
|
|
|
|
# start tint2 if enabled
|
|
al-tint2-session &
|
|
|
|
# start polybar if tint2 not enabled (start after al-tint-session)
|
|
sleep 1; start-polybar &
|
|
|
|
# system tray
|
|
sleep 1; trayer --edge bottom --align left --widthtype request --SetDockType false --expand true &
|
|
|
|
# Openbox autostart
|
|
ob-autostart -d &
|
|
|
|
# PolicyKit authentication
|
|
lxpolkit &
|
|
|
|
# Required for xfce settings to work
|
|
xfsettingsd &
|
|
|
|
# Launch conky if session exists
|
|
sleep 2; al-conky-session &
|
|
|
|
# set side user dirs shortcuts for file managers
|
|
xdg-user-dirs-gtk-update &
|
|
|
|
$HOME/.config/keypack &
|
|
# al-hello
|