Re: Focus window under mouse after tag switch

2010-10-13 Thread Yury Bulka
On Wed, 13 Oct 2010 22:37:56 +0200 Uli Schlachter wrote: > tag.connect_signal("property::selected", function() local c = > mouse.object_under_pointer() if c.name then client.focus = c end) > > Untested, of course. Also, I'm not sure if this actually works on the > 3.4 branch. Perhaps it's necess

Re: How to open window/client next to currently focused client?

2010-10-13 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 12.10.2010 06:32, Robin Chew wrote: > client.add_signal("manage", function (c, startup) > -- I assume the first place to put the code is in here in rc.lua > -- What else? > end) > > Thanks, > Robin If I had to guess: if client.focus th

Re: keygrabber action

2010-10-13 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 13.10.2010 10:15, Barkat wrote: > Hi, > > "awful.key({ modkey,}, "q", function () awful.menu.clients({ > width= 250 }, {keygrabber=true }) end)," > > How to configure keygrabber action for this, bcoz not able to raise minimize > wind

Re: Focus window under mouse after tag switch

2010-10-13 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 12.10.2010 23:44, Yury Bulka wrote: > Hello, > First of all, let me thank all people developing and supporting awesome. > Really a good software. And here's my question: how can I instruct awesome to > automatically assign focus to the window ap

Re: How to open window/client next to currently focused client?

2010-10-13 Thread Robin Chew
Please?

keygrabber action

2010-10-13 Thread Barkat
Hi, "awful.key({ modkey,}, "q", function () awful.menu.clients({ width= 250 }, {keygrabber=true }) end)," How to configure keygrabber action for this, bcoz not able to raise minimize window from client menu by mouse click as well as keyboard, I know i have to put "c.minimized = false"

Re: Resize window

2010-10-13 Thread Vivian Brégier
I have no idea how to do this, but I'm curious… What's the reason why you do not want to set the maximized tag on the windows ? I used [mod4][m] (to maximize) and [mod4][shift][f] (to float a window) a lot, and I find both functions very convenient the way they are… Could you explain the behaviour