1
0
Fork 0

startup script

This commit is contained in:
yuki 2025-08-09 03:54:16 -04:00
parent 4f9f5dbc21
commit ca7b18ff7a

11
startup
View file

@ -18,6 +18,15 @@ xmodmap "/home/yuki/.Xmodmap"
# And last but not least we start fluxbox.
# 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:
# exec fluxbox -log "/home/yuki/.fluxbox/log"
fbpid=$!
sleep 1
{
fastcompmgr &
fbautostart &
} &
wait $fbpid