Mercurial > aewl
comparison config.default.h @ 551:798b906378d6
added screen-border snapping in floating mode, feels quite well
author | arg@mig29 |
---|---|
date | Mon, 30 Oct 2006 11:58:05 +0100 |
parents | 18b3666eae17 |
children | a2c465098a3b |
comparison
equal
deleted
inserted
replaced
550:787f6ae02f29 | 551:798b906378d6 |
---|---|
17 #define STATUSBGCOLOR "#dddddd" | 17 #define STATUSBGCOLOR "#dddddd" |
18 #define STATUSFGCOLOR "#222222" | 18 #define STATUSFGCOLOR "#222222" |
19 | 19 |
20 #define MASTER 600 /* per thousand */ | 20 #define MASTER 600 /* per thousand */ |
21 #define MODKEY Mod1Mask | 21 #define MODKEY Mod1Mask |
22 #define SNAP 20 /* pixel */ | |
22 | 23 |
23 #define KEYS \ | 24 #define KEYS \ |
24 static Key key[] = { \ | 25 static Key key[] = { \ |
25 /* modifier key function arguments */ \ | 26 /* modifier key function arguments */ \ |
26 { MODKEY|ShiftMask, XK_Return, spawn, { .cmd = "exec xterm" } }, \ | 27 { MODKEY|ShiftMask, XK_Return, spawn, { .cmd = "exec xterm" } }, \ |