Re: [dev] [suckless] Migration to git

2012-11-28 Thread Džen
On Tue, Nov 27, 2012 at 4:36 PM, Comrade DOS wrote: > Hi. > Migration on git is a very good idea. Maybe you can move source code on > github and/or bitbucket? Yes it's a very good idea. Lets migrate everything to the One True Church of Github.

[dev] only first tag and can't switch to other tags

2012-11-28 Thread major_ghz
hello, when i try to mod1+(1-9) there is no action. i use bépo and the num need shitf to activate. how can i switch to another tag ? may be need to change mod1 (alt) by another key, peraps win key or another. if it's that, how change the def of mod1 ? else how do for can i switch tag ? regard,

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Raphael Proust
On Wed, Nov 28, 2012 at 3:50 PM, major_ghz wrote: > hello, > > when i try to mod1+(1-9) there is no action. > > i use bépo and the num need shitf to activate. > > how can i switch to another tag ? > may be need to change mod1 (alt) by another key, peraps win key or > another. if it's that, how cha

Re: [dev] [suckless] Migration to git

2012-11-28 Thread Aurélien Aptel
I don't think using git will solve anything because there's no problem to solve. That being said, I don't mind using either git or mercurial. The official repo should stay on suckless.org, though.

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Simon Lieb
On 28/11/12 16:50:12, major_ghz wrote: > hello, > > when i try to mod1+(1-9) there is no action. > > i use bépo and the num need shitf to activate. > > how can i switch to another tag ? > may be need to change mod1 (alt) by another key, peraps win key or > another. if it's that, how change the d

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread major_ghz
Le Wed, 28 Nov 2012 20:51:50 +0100, Simon Lieb a écrit : > On 28/11/12 16:50:12, major_ghz wrote: > > hello, > > > > when i try to mod1+(1-9) there is no action. > > > > i use bépo and the num need shitf to activate. > > > > how can i switch to another tag ? > > may be need to change mod1 (alt

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Simon Lieb
On 28/11/12 21:13:14, major_ghz wrote: > Le Wed, 28 Nov 2012 20:51:50 +0100, > Simon Lieb a écrit : > > > On 28/11/12 16:50:12, major_ghz wrote: > > > hello, > > > > > > when i try to mod1+(1-9) there is no action. > > > > > > i use bépo and the num need shitf to activate. > > > > > > how can

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread major_ghz
Le Wed, 28 Nov 2012 21:38:00 +0100, Simon Lieb a écrit : > On 28/11/12 21:13:14, major_ghz wrote: > > Le Wed, 28 Nov 2012 20:51:50 +0100, > > Simon Lieb a écrit : > > > > > On 28/11/12 16:50:12, major_ghz wrote: > > > > hello, > > > > > > > > when i try to mod1+(1-9) there is no action. > > >

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Simon Lieb
On 28/11/12 21:54:57, major_ghz wrote: > Le Wed, 28 Nov 2012 21:38:00 +0100, > Simon Lieb a écrit : > > > On 28/11/12 21:13:14, major_ghz wrote: > > > Le Wed, 28 Nov 2012 20:51:50 +0100, > > > Simon Lieb a écrit : > > > > > > > On 28/11/12 16:50:12, major_ghz wrote: > > > > > hello, > > > > >

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Bryan Bennett
>> i have the same code in the config.h but no event when i use 1-9 key, >> for kill dwm need to use mod1+q You should modify the TAGKEYS define to use MODKEY|ShiftMask for view. > Ok, it really seems that the config.def.h is not used. config.def.h is copied to config.h during compile if config.h

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Simon Lieb
On 28/11/12 16:21:35, Bryan Bennett wrote: > >> i have the same code in the config.h but no event when i use 1-9 key, > >> for kill dwm need to use mod1+q > You should modify the TAGKEYS define to use MODKEY|ShiftMask for view. > > > Ok, it really seems that the config.def.h is not used. > config.

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread chris hall
On 28/11/12 16:21:35, Bryan Bennett wrote: >You should modify the TAGKEYS define to use >MODKEY|ShiftMask for view. What will you use for tagging then? ~cjh

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Bryan Bennett
I assume he can figure something out for that

[dev] Migration to git

2012-11-28 Thread Christoph Lohmann
Greetings comrades, the migration to git is nearly complete. What’s missing is your tests that everything works as expected. Projects can be accessed via: http://git.suckless.org/$name git://git.suckless.org/$name Beware that the wiki can only be pushed to via: git://g

Re: [dev] Migration to git

2012-11-28 Thread Calvin Morrison
On 28 November 2012 19:25, Christoph Lohmann <2...@r-36.net> wrote: > Greetings comrades, > > the migration to git is nearly complete. What’s missing is your tests > that everything works as expected. > > Projects can be accessed via: > http://git.suckless.org/$name > git://git.

Re: [dev] Migration to git

2012-11-28 Thread Sam Watkins
On Wed, Nov 28, 2012 at 11:13:11PM -0500, Calvin Morrison wrote: > With the transfer to git, would it be possible for me to clone all of the > suckless repositories in one fell sweep? for repo in foo bar baz; do git clone git://some.server/$repo; done This is about as 'one fell sweep' as it's g