User:Jomat/Debian/Fluxbox

From Openmoko

< User:Jomat | Debian(Difference between revisions)
Jump to: navigation, search
m
 
Line 1: Line 1:
These are some steps I did to use Fluxbox as WM. This Page is still work under progress.
+
These are some steps I did to use Fluxbox as WM. This page is still work under progress.
  
 
<pre>
 
<pre>

Latest revision as of 21:46, 8 December 2008

These are some steps I did to use Fluxbox as WM. This page is still work under progress.

apt-get install fluxbox eterm fbdesk
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

[edit] ~/.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

These are some steps I did to use Fluxbox as WM. This page is still work under progress.

apt-get install fluxbox eterm fbdesk
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