Browse Source

in a 1920x1200 setup 40 pixels of snap value are much better than 20

master
arg@mig29 18 years ago
parent
commit
b76561a212
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.arg.h

+ 1
- 1
config.arg.h View File

@ -19,7 +19,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
#define MASTER 600 /* per thousand */
#define MODKEY Mod1Mask
#define SNAP 20 /* pixel */
#define SNAP 40 /* pixel */
#define KEYS \
static Key key[] = { \


Loading…
Cancel
Save