startup script
This commit is contained in:
parent
4f9f5dbc21
commit
ca7b18ff7a
1 changed files with 10 additions and 1 deletions
11
startup
11
startup
|
|
@ -18,6 +18,15 @@ xmodmap "/home/yuki/.Xmodmap"
|
||||||
# And last but not least we start fluxbox.
|
# And last but not least we start fluxbox.
|
||||||
# Because it is the last app you have to run it with ''exec'' before it.
|
# Because it is the last app you have to run it with ''exec'' before it.
|
||||||
|
|
||||||
exec fluxbox
|
exec fluxbox &
|
||||||
# or if you want to keep a log:
|
# or if you want to keep a log:
|
||||||
# exec fluxbox -log "/home/yuki/.fluxbox/log"
|
# exec fluxbox -log "/home/yuki/.fluxbox/log"
|
||||||
|
fbpid=$!
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
{
|
||||||
|
fastcompmgr &
|
||||||
|
fbautostart &
|
||||||
|
} &
|
||||||
|
|
||||||
|
wait $fbpid
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue