diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-13 20:57:40 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-13 20:57:40 +0200 |
| commit | d2032b4c979883e10192283a5efc41d23ca2de81 (patch) | |
| tree | f7f994434478286330612b95de8783c22593c7b3 /config.def.h | |
| parent | a0591a0cb96436686462ab42da12d967c5bced20 (diff) | |
windows can be resized freelly
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 0cbc185..429423e 100644 --- a/config.def.h +++ b/config.def.h @@ -78,6 +78,7 @@ static key keys[] = { static Button buttons[] = { { MOD1, Button1, mousemove, {NULL}}, + { MOD1, Button3, mouseresize, {NULL}}, { MOD4, Button3, spawn, {.com = dmenucmd}}, }; #endif |
