summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2008-04-15 18:46:58 +0000
committeroga <oga>2008-04-15 18:46:58 +0000
commit3a94c57afc6067c60b639944ef2042b0d73fb47e (patch)
tree803a2c9146119a6e3971f98e93b4df41dfa6e740 /calmwm.h
parent4bbb472a25c62b8266de2225c5f98b96ab829e1c (diff)
downloadcwm-3a94c57afc6067c60b639944ef2042b0d73fb47e.tar.gz
cwm-3a94c57afc6067c60b639944ef2042b0d73fb47e.tar.xz
cwm-3a94c57afc6067c60b639944ef2042b0d73fb47e.zip
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@.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 4114c44..d7955a6 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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 */