User:Jomat/Debian/Fluxbox

From Openmoko

< User:Jomat | Debian(Difference between revisions)
Jump to: navigation, search
(New page: apt-get install fluxbox update-alternatives --set x-window-manager `which startfluxbox`)
 
Line 1: Line 1:
  apt-get install fluxbox
+
  apt-get install fluxbox Eterm
 
  update-alternatives --set x-window-manager `which startfluxbox`
 
  update-alternatives --set x-window-manager `which startfluxbox`
 +
 +
==~/.xinitrc==
 +
<pre>
 +
#!/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
 +
</pre>

Revision as of 22:25, 21 November 2008

apt-get install fluxbox Eterm
update-alternatives --set x-window-manager `which startfluxbox`

~/.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
update-alternatives --set x-window-manager `which startfluxbox`