close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 6 and Version 7 of TipsAndTricks


Ignore:
Timestamp:
10/12/12 20:44:06 (12 years ago)
Author:
pbrochard
Comment:

code correction.

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified TipsAndTricks

    v6 v7  
    2020== I don't like the one pixel border on fullscreened windows ==
    2121
    22 To remove the one pixel border on fullscreened applications, you can enter in the child or you can change the root geometry in your .clfswmrc confiduration file:
     22To remove the one pixel border on fullscreened applications, you can enter in the child or you can change the root geometry in your .clfswmrc confiduration file or you can set a zero pixel border for all children:
    2323
    2424{{{
    25 (defconfig *border-size* 0 nil "")
     25(setf *border-size* 0)
    2626}}}