Add "gap" support to .cwmrc. The options put in here make gaps on the edge

of the screen where an application won't be {,vert}maximized over. used for
placing a statusbar or something like xclock.

Patch from Edd Barrett, with input from myself and okan. Thanks!

ok okan@.
This commit is contained in:
oga
2008-04-15 18:46:58 +00:00
parent 4bbb472a25
commit 3a94c57afc
4 changed files with 31 additions and 13 deletions

View File

@@ -274,6 +274,7 @@ struct conf {
#define DEFAULTFONTNAME "sans-serif:pixelsize=14:bold"
char *DefaultFontName;
int gap_top, gap_bottom, gap_left, gap_right;
};
/* Menu stuff */