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
|
||||
start-pulseaudio-x11
|
||||
sleep 2
|
||||
compton -b
|
||||
$HOME/.local/bin/autostart &
|
||||
sleep 5
|
||||
stalonetray &
|
||||
dunst &
|
||||
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