CVSROOT: /cvs/directfb
Module name: Chief
Changes by: dok 20030821 18:56:45
Added files:
. : .cvsignore AUTHORS COPYING ChangeLog
Makefile.am NEWS README TODO autogen.sh
configure.in
data : .cvsignore Makefile.am bg.png
src : .cvsignore Makefile.am chief.c chief.h main.c
Log message:
Don't know exactly what this will be.
Right now it's a panel with a command line field.
It grabs the following key combinations:
<Meta>-<Space> show/hide panel (it's hidden by default)
<Meta>-t spawn DFBTerm
<Meta>-r spawn literun (showing a "Run program..." dialog)
I have it running in my XDirectFB sessions.
This is my "~/.xsession":
sleep 0.1
df_cpuload &> .df_cpuload.log &
sleep 0.1
df_netload &> .df_netload.log &
sleep 0.2
chief &> .chief.log &
sleep 0.2
dfbterm --geometry=104x33 --position=305,330 &> .dfbterm.log &
gnome-session
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.