Split a part of openbox' autostart to a separate script
This commit is contained in:
parent
da313a0c60
commit
55dcc7c561
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
start-pulseaudio-x11
|
$HOME/.local/bin/autostart &
|
||||||
sleep 2
|
sleep 5
|
||||||
compton -b
|
|
||||||
stalonetray &
|
stalonetray &
|
||||||
dunst &
|
dunst &
|
||||||
pcmanfm --desktop &
|
pcmanfm --desktop &
|
||||||
|
|
4
.local/bin/autostart
Executable file
4
.local/bin/autostart
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#! /bin/sh
|
||||||
|
start-pulseaudio-x11
|
||||||
|
compton -b
|
||||||
|
echo "Started on `date -Iseconds`" > $HOME/log
|
Loading…
Reference in a new issue