Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
ubuntu_deubuntuization [2011/10/26 21:51] santox remove lxdm after install nodm |
ubuntu_deubuntuization [2011/11/07 18:21] pibach [my personal Ubuntu-on-ac100 recipe] |
||
---|---|---|---|
Line 237: | Line 237: | ||
%s ALL=(ALL) NOPASSWD: /usr/sbin/pm-suspend | %s ALL=(ALL) NOPASSWD: /usr/sbin/pm-suspend | ||
%s ALL=(ALL) NOPASSWD: /usr/sbin/rfkill | %s ALL=(ALL) NOPASSWD: /usr/sbin/rfkill | ||
+ | </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> | </code> |