Site Tools


ubuntu_deubuntuization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu_deubuntuization [2011/10/25 09:01] – [my personal Ubuntu-on-ac100 recipe] santoxubuntu_deubuntuization [2011/11/07 18:25] (current) – [my personal Ubuntu-on-ac100 recipe] pibach
Line 28: Line 28:
 sudo apt-get install geany geeqie vim lxde gmrun tree sudo apt-get install geany geeqie vim lxde gmrun tree
 sudo apt-get install nodm sudo apt-get install nodm
-sudo apt-get install lxdm+sudo apt-get remove lxdm
 sudo apt-get install tint2 stjerm maximus htop sudo apt-get install tint2 stjerm maximus htop
 sudo apt-get update sudo apt-get update
Line 238: Line 238:
 %s ALL=(ALL) NOPASSWD: /usr/sbin/rfkill %s ALL=(ALL) NOPASSWD: /usr/sbin/rfkill
 </code> </code>
 +
 +== Maximize all Windows in Openbox ==
 +You can do this with maximus. Or - recommended - just by openbox. Insert these lines in Openbox/lubuntu-rc.xml (or Openbox/lxde-rc.xml respectively)
 +<code>
 +   <application class="*">
 +      <decor>no</decor>
 +      <maximized>yes</maximized>
 +    </application>
 +</code>
 +
 +To get decoration back on un-maximize you can add similar statements. But this is rarely used. 
 +If some application classes shall not be maximized, just add those.
ubuntu_deubuntuization.txt · Last modified: 2011/11/07 18:25 by pibach