[openbox] wip live autostart

This commit is contained in:
Frede Hundewadt 2019-08-05 14:43:47 +02:00
parent 267879a9b4
commit 444c736060
No known key found for this signature in database
GPG Key ID: 7605992471F3F073
1 changed files with 25 additions and 0 deletions

View File

@ -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 &