diff --git a/community/openbox/live-overlay/etc/skel/.config/openbox/autostart b/community/openbox/live-overlay/etc/skel/.config/openbox/autostart new file mode 100644 index 0000000..ca519ca --- /dev/null +++ b/community/openbox/live-overlay/etc/skel/.config/openbox/autostart @@ -0,0 +1,25 @@ +### Required for xfce settings to work +xfsettingsd & + +### compositor +sleep 1; manjaro-compositor --start & + +### use desktop icons and pcmanfm as wallpaper manager +### uncomment pcmanfm and comment nitrogen below +pcmanfm --desktop & + +### launch tint2 and polybar +sleep 1; manjaro-tint2-session & +sleep 1; polybar -c ~/.config/polybar/config + +### launch conky +manjaro-conky-session & + +## skippy +skippy-xd --config ~/.config/skippy-xd/skippy-xd.rc --start-daemon & + +## super key for menu +xcape -e 'Super_L=Alt_L|F1' & + +### PolicyKit authentication +/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &