Re: lgi and awesome-3.5.2 - cpu usage - A dead horse?

2014-03-31 Thread Uli Schlachter
Hi, On 31.03.2014 04:06, Harvey wrote: I'm still a little confused as to why the move to lgi was considered to be necessary at all. [...] I never liked some of the hacks that the widget layout code needed to do. It got some nested tables containing widgets as arguments and had to return a flat

Delayed autoraise

2014-03-31 Thread Eugen Dedu
Hi all, I have been using awesome since a few months now, but there is one thing I really miss: sloppy focus with autoraise after some delay. I modified rc.lua from client.connect_signal(focus, function(c) c.border_color = beautiful.border_focus end) to client.connect_signal(focus,

Re: Delayed autoraise

2014-03-31 Thread Uli Schlachter
Hi, On 31.03.2014 11:06, Eugen Dedu wrote: I have been using awesome since a few months now, but there is one thing I really miss: sloppy focus with autoraise after some delay. I modified rc.lua from client.connect_signal(focus, function(c) c.border_color = beautiful.border_focus end)

Re: Delayed autoraise

2014-03-31 Thread Manuel Kasser
Tested and in productive use: function delayFunctionCall(time, funct) local t = timer({ timeout = time or 0.01 }) t:connect_signal(timeout, function() t:stop(); funct() end) t:start() end just hand over your wanted delay (if nil, 0.01s is used) and the function doing what you want to

Re: Delayed autoraise

2014-03-31 Thread Eugen Dedu
On 31/03/14 12:56, Uli Schlachter wrote: Hi, On 31.03.2014 11:06, Eugen Dedu wrote: I have been using awesome since a few months now, but there is one thing I really miss: sloppy focus with autoraise after some delay. I modified rc.lua from client.connect_signal(focus, function(c)

I cannot configure KDE Dolphin to float and show a titlebar.

2014-03-31 Thread Rainer Stengele
Hi all, I cannot configure KDE Dolphin to float and show a titlebar. I have this in my rc.lua: { rule = { name = dolphin }, callback = awful.titlebar.add, properties = { floating = true } }, { rule = { name = Dolphin }, callback = awful.titlebar.add, properties = {

[awesome bugs] #1245 - Wibox won't respond minutes after awesome starts (Attachment added)

2014-03-31 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Yuxin Wu (ppwwyyxx) Attached to Project - awesome Summary - Wibox won't respond minutes after awesome starts Task Type - Bug Report Category - wibox Status - Unconfirmed

[awesome bugs] #1245 - Wibox won't respond minutes after awesome starts

2014-03-31 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1245 - Wibox won't respond minutes after awesome starts User who did this - Uli Schlachter (psychon) -- Could you check for error messages from awesome on stderr? To know where error messages

[awesome bugs] #1246 - Awesome panel gets WM properties inherited from systray applications

2014-03-31 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Daniel Hahler (blueyed) Attached to Project - awesome Summary - Awesome panel gets WM properties inherited from systray applications Task Type - Bug Report Category - Core

[awesome bugs] #1246 - Awesome panel gets WM properties inherited from systray applications

2014-03-31 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#1246 - Awesome panel gets WM properties inherited from systray applications User who did this - Uli Schlachter (psychon) Reason for closing: Not a bug Additional comments about closing: I considered just closing

[awesome bugs] #687 - Stop restarting on XRandR event

2014-03-31 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#687 - Stop restarting on XRandR event User who did this - Uli Schlachter (psychon) -- Branch which gets rid of screen indexes *and* adds dynamic screen detection (no screens available when rc.lua

[awesome bugs] #1246 - Awesome panel gets WM properties inherited from systray applications

2014-03-31 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1246 - Awesome panel gets WM properties inherited from systray applications User who did this - Daniel Hahler (blueyed) -- Thanks for not just closing it without any comment! :) I have reported

[awesome bugs] #1246 - Awesome panel gets WM properties inherited from systray applications

2014-03-31 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1246 - Awesome panel gets WM properties inherited from systray applications User who did this - Uli Schlachter (psychon) -- I asked git blame and apparently awesome always set WM_STATE on embedded

[awesome bugs] #1246 - Awesome panel gets WM properties inherited from systray applications

2014-03-31 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1246 - Awesome panel gets WM properties inherited from systray applications User who did this - Uli Schlachter (psychon) -- commit 9f5ee6b86469f8c12a98d5506b13e056b2d66784 Author: Uli Schlachter