Re: [dev] XDG directories

2010-06-12 Thread Moritz Wilhelmy
> On Sat, Jun 12, 2010 at 12:45:40PM +0200, Martin Kopta wrote: > >On Sat, Jun 12, 2010 at 10:48:27AM +0200, Jakub Lach wrote: > >> > $ ls -d .* | wc -l > >> > 37 > >> > $ ls -ld $HOME > >> > dr-x-- 27 dum8d0g users ... > >> >=20 > >> >=20 > >>=20 > >> $ ls -d .* | wc -l > >>47 > >> $ ls -l

Re: [dev] XDG directories

2010-06-12 Thread Ethan Grammatikidis
On 12 Jun 2010, at 11:56, Kris Maglione wrote: On Sat, Jun 12, 2010 at 12:45:40PM +0200, Martin Kopta wrote: On Sat, Jun 12, 2010 at 10:48:27AM +0200, Jakub Lach wrote: > $ ls -d .* | wc -l > 37 > $ ls -ld $HOME > dr-x-- 27 dum8d0g users ... > > $ ls -d .* | wc -l 47 $ ls -ld $HOME drwx

Re: [dev] XDG directories

2010-06-12 Thread Jakub Lach
Kris Maglione > On Sat, Jun 12, 2010 at 12:45:40PM +0200, Martin Kopta wrote: > >On Sat, Jun 12, 2010 at 10:48:27AM +0200, Jakub Lach wrote: > >> > $ ls -d .* | wc -l > >> > 37 > >> > $ ls -ld $HOME > >> > dr-x-- 27 dum8d0g users ... > >> > > >> > > >> > >> $ ls -d .* | wc -l > >>47 >

Re: [dev] XDG directories

2010-06-12 Thread Kris Maglione
On Sat, Jun 12, 2010 at 12:45:40PM +0200, Martin Kopta wrote: On Sat, Jun 12, 2010 at 10:48:27AM +0200, Jakub Lach wrote: > $ ls -d .* | wc -l > 37 > $ ls -ld $HOME > dr-x-- 27 dum8d0g users ... > > $ ls -d .* | wc -l 47 $ ls -ld $HOME drwxrwx--- 40 user ... How do you prevent dot

Re: [dev] XDG directories

2010-06-12 Thread Martin Kopta
On Sat, Jun 12, 2010 at 10:48:27AM +0200, Jakub Lach wrote: > > $ ls -d .* | wc -l > > 37 > > $ ls -ld $HOME > > dr-x-- 27 dum8d0g users ... > > > > > > $ ls -d .* | wc -l >47 > $ ls -ld $HOME > drwxrwx--- 40 user ... > How do you prevent dotfiles/dotdirs beeing created?

Re: [dev] XDG directories

2010-06-12 Thread Jakub Lach
> $ ls -d .* | wc -l > 37 > $ ls -ld $HOME > dr-x-- 27 dum8d0g users ... > > $ ls -d .* | wc -l 47 $ ls -ld $HOME drwxrwx--- 40 user ...

Re: [dev] XDG directories

2010-06-12 Thread Martin Kopta
$ ls -d .* | wc -l 37 $ ls -ld $HOME dr-x-- 27 dum8d0g users ...

Re: [dev] XDG directories

2010-06-11 Thread Anders Andersson
On Fri, Jun 11, 2010 at 12:57 PM, wrote: > I'd prefer if old ~/.wmii would still serve as an override for the XDG-stuff > if > it exists. I don't want to move ~/.wmii around on the donzens of machines I > have it installed. So additional code clutter and functionality for backwards compatibilit

Re: [dev] XDG directories

2010-06-11 Thread Kris Maglione
On Fri, Jun 11, 2010 at 12:57:55PM +0200, c...@wzff.de wrote: I'd prefer if old ~/.wmii would still serve as an override for the XDG-stuff if it exists. I don't want to move ~/.wmii around on the donzens of machines I have it installed. Ok, I like that idea. -- Kris Maglione The camel has evo

Re: [dev] XDG directories

2010-06-11 Thread crap
I'd prefer if old ~/.wmii would still serve as an override for the XDG-stuff if it exists. I don't want to move ~/.wmii around on the donzens of machines I have it installed.

Re: [dev] XDG directories

2010-06-11 Thread Dieter Plaetinck
On Fri, 11 Jun 2010 10:33:51 +0100 Connor Lane Smith wrote: > Hey, > > On 11 June 2010 10:19, Kris Maglione wrote: > > While on the one hand, I think that the people who wrote the XDG > > spec are raving mad[1], on the other, I hate applications clogging > > up my home directory with dot-files.

Re: [dev] XDG directories

2010-06-11 Thread Kris Maglione
On Fri, Jun 11, 2010 at 10:33:51AM +0100, Connor Lane Smith wrote: Hey, On 11 June 2010 10:19, Kris Maglione wrote: While on the one hand, I think that the people who wrote the XDG spec are raving mad[1], on the other, I hate applications clogging up my home directory with dot-files. I'm consi

Re: [dev] XDG directories

2010-06-11 Thread Connor Lane Smith
Hey, On 11 June 2010 10:19, Kris Maglione wrote: > While on the one hand, I think that the people who wrote the XDG spec are > raving mad[1], on the other, I hate applications clogging up my home > directory with dot-files. I'm considering moving ~/.wmii to ~/.config/wmii. > I'd really prefer som

[dev] XDG directories

2010-06-11 Thread Kris Maglione
While on the one hand, I think that the people who wrote the XDG spec are raving mad[1], on the other, I hate applications clogging up my home directory with dot-files. I'm considering moving ~/.wmii to ~/.config/wmii. I'd really prefer something of a non-dot-dir flavor, but since there's no su