User:Jomat/Debian/Fluxbox

From Openmoko

< User:Jomat | Debian
Revision as of 21:30, 21 November 2008 by Jomat (Talk | contribs)

Jump to: navigation, search
apt-get install fluxbox Eterm
update-alternatives --set x-window-manager `which startfluxbox`

update-rc.d -f xfce remove
update-rc.d -f zhone-session remove

update-rc.d -f fluxbox defaults

~/.xinitrc

#!/bin/sh
export GTK_MODULES=libgtkstylus.so

unclutter -idle 4&
#zhone &
matchbox-keyboard-toggle &
#exec matchbox-window-manager -use_titlebar no -use_cursor no &
startfluxbox
Personal tools
apt-get install fluxbox Eterm
update-alternatives --set x-window-manager `which startfluxbox`

update-rc.d -f xfce remove
update-rc.d -f zhone-session remove

update-rc.d -f fluxbox defaults

~/.xinitrc

#!/bin/sh
export GTK_MODULES=libgtkstylus.so

unclutter -idle 4&
#zhone &
matchbox-keyboard-toggle &
#exec matchbox-window-manager -use_titlebar no -use_cursor no &
startfluxbox