| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- local'ize $_ before doing while (<...>)
- use "foreach" instead of "for"
- remove unneeded parentheses on the right side of infix if/foreach/unless
|
|
|
|
| |
modify parameter $Screen before calling Xconfig::xfreeX::set_resolution (otherwise the resolution setting is done on only one device which is bad for multi-head)
|
| |
|
| |
|
|
|
|
|
| |
(XFree4 still need some help)
|
| |
|
|
- only keyboard and mice functions are done, but adding the others is quite easy
- so for now only used in mousedrake
- but keyboarddrake and (of course) XFdrake will come
|