Re: Session management in awesome 3

2008-10-07 Thread Julien Danjou
At 1223428456 time_t, Gregor Best wrote: > The problem is located in lines 180 to 192 of the attached piece of code. In > line 189 the client gets a request to change it's position, but it doesn't > move. The query in line 190 shows that the clients geometry didn't change at > all. Can anyone point

Re: Session management in awesome 3

2008-10-07 Thread Julien Danjou
At 1223428456 time_t, Gregor Best wrote: > --{{{ session.property_hook > awful.hooks.property.register(function (c, property) > if property == "geometry" and table.contains(session.clients_managed, > c) then > session.save_clients() > end > end) > -- }}} > > -- {{{ sessi

Re: Session management in awesome 3

2008-10-07 Thread Gregor Best
Hi people, I'm experiencing quite a strange problem here. I worked on the code a bit, made a few refinements and such, and now it looks like clients don't want their geometry to be set via coords(). The problem is located in lines 180 to 192 of the attached piece of code. In line 189 the client g

Re: Session management in awesome 3

2008-10-07 Thread Julien Danjou
At 1223401977 time_t, Gregor Best wrote: > 3) as the last command in hook_manage, add session.manage_hook(c) I think you can directly register your hook when the module is loaded. Add a require("awful") at the beginning of session.lua and call awful.hooks.manage.register(). That's even simpler fo

[awesome bugs] #341 - wine windows loose keyboard focus

2008-10-07 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - koniu (koniu) Attached to Project - awesome Summary - wine windows loose keyboard focus Task Type - Bug Report Category - Core Status - Unconfirmed Assigned To - Operatin

Re: Session management in awesome 3

2008-10-07 Thread Gregor Best
Hi people, thanks to the very nice guys in #awesome, I was abled to improve my previous version. It now doesn't display weird behaviour with gnome-terminal, emesene and other programs, but some problems might still occur. I also fixed the way you had to set it up (now only requires some minor mod

[awesome bugs] #340 - Broken focus on windows without an input focus hint.

2008-10-07 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#340 - Broken focus on windows without an input focus hint. User who did this - Paul Bonser (pib) -- The same problem occurs with DosBox in windowed mode. It gets input fine in fullscreen mode, bu