From: Sergej P. <ml...@se...> - 2011-09-13 16:36:12
|
Hi, what do you think about adding contrib/ - usefull (but probably unmaintained) scripts into notion tree or another git repo on notion.sf.net? Saved in anion: http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fcontrib |
From: Sergej P. <ml...@se...> - 2011-09-13 16:46:32
|
At Tue, 13 Sep 2011 20:11:12 +0400, Sergej Pupykin <ml...@se...> wrote: > what do you think about adding contrib/ - usefull (but probably > unmaintained) scripts into notion tree or another git repo on > notion.sf.net? > > Saved in anion: > http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fcontrib Also mod_xkb looks usefull, but not included. http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fmod_xkb |
From: Arnout E. <no...@bz...> - 2011-09-13 19:09:01
|
On Tue, Sep 13, 2011 at 08:46:25PM +0400, Sergej Pupykin wrote: > At Tue, 13 Sep 2011 20:11:12 +0400, > Sergej Pupykin <ml...@se...> wrote: > > what do you think about adding contrib/ - usefull (but probably > > unmaintained) scripts into notion tree or another git repo on > > notion.sf.net? > > > > Saved in anion: > > http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fcontrib > > Also mod_xkb looks usefull, but not included. > http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fmod_xkb That looks distinct from the mod_xkbevents that's in notion indeed. Perhaps it could be renamed to make the distinction between mod_xkbevents and this one clear? What would be a good name? Kind regards, Arnout |
From: Sergej P. <ml...@se...> - 2011-09-13 20:11:14
|
On 13.09.2011 23:08, Arnout Engelen wrote: > On Tue, Sep 13, 2011 at 08:46:25PM +0400, Sergej Pupykin wrote: >> At Tue, 13 Sep 2011 20:11:12 +0400, >> Sergej Pupykin<ml...@se...> wrote: >>> what do you think about adding contrib/ - usefull (but probably >>> unmaintained) scripts into notion tree or another git repo on >>> notion.sf.net? >>> >>> Saved in anion: >>> http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fcontrib >> >> Also mod_xkb looks usefull, but not included. >> http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fmod_xkb > > That looks distinct from the mod_xkbevents that's in notion indeed. > > Perhaps it could be renamed to make the distinction between mod_xkbevents and > this one clear? What would be a good name? May be merge them? I can make patch. |
From: Arnout E. <no...@bz...> - 2011-09-13 20:08:17
|
On Tue, Sep 13, 2011 at 11:55:56PM +0400, Sergej Pupykin wrote: > On 13.09.2011 23:08, Arnout Engelen wrote: > >On Tue, Sep 13, 2011 at 08:46:25PM +0400, Sergej Pupykin wrote: > >>At Tue, 13 Sep 2011 20:11:12 +0400, > >>Sergej Pupykin<ml...@se...> wrote: > >>>what do you think about adding contrib/ - usefull (but probably > >>>unmaintained) scripts into notion tree or another git repo on > >>>notion.sf.net? > >>> > >>>Saved in anion: > >>>http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fcontrib > >> > >>Also mod_xkb looks usefull, but not included. > >>http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fmod_xkb > > > >That looks distinct from the mod_xkbevents that's in notion indeed. > > > >Perhaps it could be renamed to make the distinction between mod_xkbevents and > >this one clear? What would be a good name? > > May be merge them? I can make patch. If it makes sense - I'm not too familiar with XKB, don't know if people might be interested in one but not the other. Arnout |
From: Arnout E. <no...@bz...> - 2011-09-13 22:10:25
|
On Tue, Sep 13, 2011 at 08:11:12PM +0400, Sergej Pupykin wrote: > what do you think about adding contrib/ - usefull (but probably > unmaintained) scripts into notion tree or another git repo on > notion.sf.net? > > Saved in anion: > http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fcontrib There's another repository with this collection at: https://github.com/jhamb/NotionScriptsCollection.git It seems both that repo and yours have some fixes, I merged the two and added the result to the notion git repo: http://notion.git.sourceforge.net/git/gitweb.cgi?p=notion/contrib;a=shortlog;h=HEAD Kind regards, Arnout |
From: Sergej P. <ml...@se...> - 2011-09-14 09:27:20
Attachments:
0001-mod_xkb-merged.patch
|
At Tue, 13 Sep 2011 21:08:51 +0200, Arnout Engelen <no...@bz...> wrote: > > Also mod_xkb looks usefull, but not included. > > http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fmod_xkb > > That looks distinct from the mod_xkbevents that's in notion indeed. > > Perhaps it could be renamed to make the distinction between mod_xkbevents and > this one clear? What would be a good name? Here is the patch for mod_xkbevents which adds mod_xkb functionality. Only 22 lines of C-code was added. |
From: Arnout E. <no...@bz...> - 2011-09-14 16:42:40
|
Merged, thanks! On Wed, Sep 14, 2011 at 01:27:06PM +0400, Sergej Pupykin wrote: > At Tue, 13 Sep 2011 21:08:51 +0200, > Arnout Engelen <no...@bz...> wrote: > > > Also mod_xkb looks usefull, but not included. > > > http://code.google.com/p/anion3/source/browse/#hg%2Fanionwm-3%2Fanionwm-3%2Fmod_xkb > > > > That looks distinct from the mod_xkbevents that's in notion indeed. > > > > Perhaps it could be renamed to make the distinction between mod_xkbevents and > > this one clear? What would be a good name? > > Here is the patch for mod_xkbevents which adds mod_xkb functionality. > Only 22 lines of C-code was added. > |