Re: [dev] dmenu-4.4

2011-07-21 Thread Petr Sabata
On Thu, Jul 21, 2011 at 02:50:48AM +0100, Connor Lane Smith wrote:
 On 21 July 2011 02:19, Phillip Warner phillip.c.war...@gmail.com wrote:
  The only issue I have with the latest release is the file name 'lsx'.  It's
  already taken.
 
 Hmm, that's unfortunate, but lsx has been named that since 2006 [1],
 and some greedy alias is just annoying. That one package claims lrb,
 lrx, lsb, lsx, rb, rx, rz, sb, sx, and sz, just for symlinks? Jesus.
 Other distros appear to be fine, so I don't think it's really our
 problem.
 
 [1]: http://tools.suckless.org/lsx

I remember Gentoo had this binary/symlink too, ... some time ago at least.
They seem to get rid of it.

-- 
# Petr Sabata


pgpAIDRYUh5Je.pgp
Description: PGP signature


[dev] [dwm] layers

2011-07-21 Thread Jean-Paul DEUX

Hi,
I wonder if there is a dwm patch implementing layer.

What I mean by layer ?
For instance, I have a tag named com (communication) and rules to
launch thunderbird and skype in that tag (I know they suck, any
suggestions are welcome).

I want to simultaneously have thunderbird in monocle mode and skype in
tile mode in the same tag and switch between them (_all_ thunderbird
windows and _all_ skype windows) like if they are simple windows.

I dont know if I was clear!
Any hints ?



Re: [dev] [dwm] layers

2011-07-21 Thread Andrew Hills
On Thu, Jul 21, 2011 at 3:18 AM, Jean-Paul DEUX t...@rocketmail.com wrote:
 I want to simultaneously have thunderbird in monocle mode and skype in
 tile mode in the same tag and switch between them (_all_ thunderbird
 windows and _all_ skype windows) like if they are simple windows.

I think what you want is the pertag patch, which, if I'm not
completely wrong, allows you to choose your layout per tag. Then you
can have a tag for Thunderbird and a tag for Skype and set them to
different layouts. Does that work for you?

--Andrew Hills



Re: [dev] [dwm] layers

2011-07-21 Thread Jean-Paul DEUX

On 07/21/2011 02:55 PM, Andrew Hills wrote:

On Thu, Jul 21, 2011 at 3:18 AM, Jean-Paul DEUXt...@rocketmail.com  wrote:

I want to simultaneously have thunderbird in monocle mode and skype in
tile mode in the same tag and switch between them (_all_ thunderbird
windows and _all_ skype windows) like if they are simple windows.

I think what you want is the pertag patch, which, if I'm not
completely wrong, allows you to choose your layout per tag. Then you
can have a tag for Thunderbird and a tag for Skype and set them to
different layouts. Does that work for you?

--Andrew Hills


Actually, I already use the pertag patch and it's not what I'm looking
for. 'Cause dwm use a fixed number of tags.

For example, if I want a third application for chat (I don't know, say
pidgin) I have to create a new tag, and it's not very handy to create a
new tag for each new application I install.

Plus, this layer system may help to simulate tabs (even more powerful
'cause we can have layouts).

Thanks anyway, may be I should try to implement it myself.



Re: [dev] [dwm] layers

2011-07-21 Thread Petr Sabata
On Thu, Jul 21, 2011 at 03:42:43PM +0200, Jean-Paul DEUX wrote:
 On 07/21/2011 02:55 PM, Andrew Hills wrote:
 On Thu, Jul 21, 2011 at 3:18 AM, Jean-Paul DEUXt...@rocketmail.com  wrote:
 I want to simultaneously have thunderbird in monocle mode and skype in
 tile mode in the same tag and switch between them (_all_ thunderbird
 windows and _all_ skype windows) like if they are simple windows.
 I think what you want is the pertag patch, which, if I'm not
 completely wrong, allows you to choose your layout per tag. Then you
 can have a tag for Thunderbird and a tag for Skype and set them to
 different layouts. Does that work for you?
 
 --Andrew Hills
 
 Actually, I already use the pertag patch and it's not what I'm looking
 for. 'Cause dwm use a fixed number of tags.

Is there something preventing you from defining more tags in your config.h?

 
 For example, if I want a third application for chat (I don't know, say
 pidgin) I have to create a new tag, and it's not very handy to create a
 new tag for each new application I install.
 
 Plus, this layer system may help to simulate tabs (even more powerful
 'cause we can have layouts).
 
 Thanks anyway, may be I should try to implement it myself.
 

-- 
# Petr Sabata


pgpFtkr52PJMv.pgp
Description: PGP signature


Re: [dev] [dwm] layers

2011-07-21 Thread Jean-Paul DEUX

On 07/21/2011 03:48 PM, Petr Sabata wrote:

On Thu, Jul 21, 2011 at 03:42:43PM +0200, Jean-Paul DEUX wrote:

On 07/21/2011 02:55 PM, Andrew Hills wrote:

On Thu, Jul 21, 2011 at 3:18 AM, Jean-Paul DEUXt...@rocketmail.com   wrote:

I want to simultaneously have thunderbird in monocle mode and skype in
tile mode in the same tag and switch between them (_all_ thunderbird
windows and _all_ skype windows) like if they are simple windows.

I think what you want is the pertag patch, which, if I'm not
completely wrong, allows you to choose your layout per tag. Then you
can have a tag for Thunderbird and a tag for Skype and set them to
different layouts. Does that work for you?

--Andrew Hills


Actually, I already use the pertag patch and it's not what I'm looking
for. 'Cause dwm use a fixed number of tags.

Is there something preventing you from defining more tags in your config.h?


Not really! But don't wanna have a dozen of tags, I rather prefer
working with categories.

Plus, the system really interest me and I wanted to check out if it
doesn't already exist before I start trying to understand the dwm code
and messing with it.


For example, if I want a third application for chat (I don't know, say
pidgin) I have to create a new tag, and it's not very handy to create a
new tag for each new application I install.

Plus, this layer system may help to simulate tabs (even more powerful
'cause we can have layouts).

Thanks anyway, may be I should try to implement it myself.






Re: [dev] [dwm] layers

2011-07-21 Thread Andrew Hills
On Thu, Jul 21, 2011 at 9:42 AM, Jean-Paul DEUX t...@rocketmail.com wrote:
 For example, if I want a third application for chat (I don't know, say
 pidgin) I have to create a new tag, and it's not very handy to create a
 new tag for each new application I install.

Do you really install applications so often that thirty seconds
rebuilding dwm will inconvenience you?

--Andrew Hills



Re: [dev] [dwm] layers

2011-07-21 Thread Kurt H Maier
On Thu, Jul 21, 2011 at 12:42 PM, Andrew Hills hills...@gmail.com wrote:
 Do you really install applications so often that thirty seconds
 rebuilding dwm will inconvenience you?

He could just set up a cron job


-- 
# Kurt H Maier



Re: [dev] [dwm] layers

2011-07-21 Thread Jean-Paul DEUX

On 07/21/2011 06:42 PM, Andrew Hills wrote:

On Thu, Jul 21, 2011 at 9:42 AM, Jean-Paul DEUXt...@rocketmail.com  wrote:

For example, if I want a third application for chat (I don't know, say
pidgin) I have to create a new tag, and it's not very handy to create a
new tag for each new application I install.

Do you really install applications so often that thirty seconds
rebuilding dwm will inconvenience you?

--Andrew Hills


kinda!

But that's not the real problem. Like I sayed before I don't want to have
many tags. For organisation matter, I dont think this is the way to go.