Mercurial > aewl
comparison config.arg.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 | de3fd5271408 |
children | c0a0245b9815 |
comparison
equal
deleted
inserted
replaced
550:787f6ae02f29 | 551:798b906378d6 |
---|---|
17 #define STATUSBGCOLOR "#222222" | 17 #define STATUSBGCOLOR "#222222" |
18 #define STATUSFGCOLOR "#9999cc" | 18 #define STATUSFGCOLOR "#9999cc" |
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, \ | 27 { MODKEY|ShiftMask, XK_Return, spawn, \ |