Re: newbie question about lua, tagging and getting it do to what I want

2012-05-04 Thread Jorge Costa
in one single word 'awesome' On 03/05/12 16:34, Can Altıparmak wrote: Hi Jorge, From what I understand, you only want to cycle through non empty tags. Easiest way would be, repeating until a non-empty tag is selected. awful.key({ modkey, }, Left, function() repeat awful.tag.viewprev()

Tagging

2012-05-04 Thread Gerald Klein
Hi, Can someone direct me to, or explain how to tag a client with multiple tags so that it appears on more then one tag. thanks in advance for you help. --jerry -- Gerald Klein DBA contac...@geraldklein.com www.geraldklein.com http://geraldklein.com/ j...@zognet.com

Re: Tagging

2012-05-04 Thread Dariusz Dwornikowski
On 4 May 2012 19:46, Gerald Klein j...@zognet.com wrote: Hi, Can someone direct me to, or explain how to tag a client with multiple tags so that it appears on more then one tag. thanks in advance for you help. Hi, This is my piece of code from rc.lua: awful.key({ modkey, Control,

Re: Awesome Development Version vs Awesome 3.4

2012-05-04 Thread Hong Shick Pak
I'm new to mailing lists so I don't think my last reply (the following message) got through. Here's me reposting it. From what I take it, I need to create a wibox.layout, define custom margins and stick my widget in it? I'm new to lua and awesome so I'm again lost at what to do... I did give it

Re: Tagging

2012-05-04 Thread Dariusz Dwornikowski
Hi, This is my piece of code from rc.lua: awful.key({ modkey, Control, Shift }, # .. i + 9, function () if client.focus and tags[client.focus.screen][i] then awful.client.toggletag(tags[client.focus.screen][i]) end end) On 4 May 2012 19:46,

Re: Awesome Development Version vs Awesome 3.4

2012-05-04 Thread Uli Schlachter
On 04.05.2012 19:57, Hong Shick Pak wrote: I'm new to mailing lists so I don't think my last reply (the following message) got through. Here's me reposting it. From what I take it, I need to create a wibox.layout, define custom margins and stick my widget in it? I'm new to lua and awesome

Multiscreen problems + systray keyboard control + widget question

2012-05-04 Thread Dariusz Dwornikowski
Hi, I've been thinking to write to the list for quite a long time. I''ve got a few multiscreen issues, maybe you can help. I am highly mobile user, using few external displays (beamers for lectures and normal displays for work) a day. My hardware is a plain Intel HDA with VGA output (using

Re: Multiscreen problems + systray keyboard control + widget question

2012-05-04 Thread Matthew Hague
1. When I add activate external display, all my clients (windows) form my LVDS screen momentarily switch to the external display. Is there a way to force them to stay. I always use my LVDS as the primary for work (coding, browsing) and the external for reading/presentations. I haven't

Re: Multiscreen problems + systray keyboard control + widget question

2012-05-04 Thread Uli Schlachter
On 04.05.2012 20:43, Dariusz Dwornikowski wrote: Hi, I've been thinking to write to the list for quite a long time. I''ve got a few multiscreen issues, maybe you can help. I am highly mobile user, using few external displays (beamers for lectures and normal displays for work) a day. My

Re: [PATCH] Menubar enhancements

2012-05-04 Thread Alexander Yakushev
These are good. Now we have to wait for Uli to get a look too and push it. On 05/05/2012 01:21 AM, Ignas Anikevicius wrote: Hello everybody, I did some enhancements over the previous patchset. This now grew into 5 patches :p. Every patch is based on current git/master, so it should apply well.