Wine woes and hacky solution

2013-01-19 Thread Nikos Ntarmos
Hi all. Still using the 3.4 branch here and I'm bumping on the well-known issue with clients refusing focus through WM_HINTS and relying on WM_TAKE_FOCUS instead (e.g., several Wine applications). I've been running with the attached diff for some time and I'm quite happy with it. I'm no X expert,

Re: [PATCH 1/2] wibox.layout.flex: add set_max_widget_size() function

2013-01-19 Thread lukash
On Sat, 19 Jan 2013 18:43:35 +0100 Uli Schlachter wrote: > On 19.01.2013 16:06, Lukáš Hrázký wrote: > > The function can be used to set the maximum size the widget in the > > flex layout should take. > > > > Signed-off-by: Lukáš Hrázký > > --- > > lib/wibox/layout/flex.lua.in | 22

Re: [PATCH 2/2] wibox.widget.textbox: return 0 height if width is 0 from fit()

2013-01-19 Thread Uli Schlachter
On 19.01.2013 16:06, Lukáš Hrázký wrote: > A hack around abusing the fact that width of a textbox is 0 when its > empty, while it's height is still set according to the font. > > Signed-off-by: Lukáš Hrázký > --- > lib/wibox/widget/textbox.lua.in | 2 +- > 1 file changed, 1 insertion(+), 1 delet

Re: [PATCH 1/2] wibox.layout.flex: add set_max_widget_size() function

2013-01-19 Thread Uli Schlachter
On 19.01.2013 16:06, Lukáš Hrázký wrote: > The function can be used to set the maximum size the widget in the > flex layout should take. > > Signed-off-by: Lukáš Hrázký > --- > lib/wibox/layout/flex.lua.in | 22 -- > 1 file changed, 20 insertions(+), 2 deletions(-) [...] > +-

[RFC] more layout patches

2013-01-19 Thread Lukáš Hrázký
Hi, some more patches I needed for my vertical panel, comments welcome. lukash -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH 2/2] wibox.widget.textbox: return 0 height if width is 0 from fit()

2013-01-19 Thread Lukáš Hrázký
A hack around abusing the fact that width of a textbox is 0 when its empty, while it's height is still set according to the font. Signed-off-by: Lukáš Hrázký --- lib/wibox/widget/textbox.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wibox/widget/textbox.lua.in b/

[PATCH 1/2] wibox.layout.flex: add set_max_widget_size() function

2013-01-19 Thread Lukáš Hrázký
The function can be used to set the maximum size the widget in the flex layout should take. Signed-off-by: Lukáš Hrázký --- lib/wibox/layout/flex.lua.in | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/lib/wibox/layout/flex.lua.in b/lib/wibox/layout/fle

[PATCH] wibox.layout.constraint: fix the min and max strategies

2013-01-19 Thread Lukáš Hrázký
Fixes mixed up min/max strategies and other bugs in min and max. Also removes enforcing the size in draw, adhering more to awesome's layout concept. Signed-off-by: Lukáš Hrázký --- lib/wibox/layout/constraint.lua.in | 70 ++ 1 file changed, 34 insertions(+), 3

[awesome bugs] #1031 - Awesome Desktop file should include "Hidden" line

2013-01-19 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1031 - Awesome Desktop file should include "Hidden" line User who did this - Ignas Anikevicius (gns_ank) -- Please, do not remove the lines from awesome.desktop. What we actually need is a differ

Re: Marking clients

2013-01-19 Thread Ignas Anikevičius
On 18/01/13 03:47:55 +0100, Adrian C. wrote: > On Wed, 16 Jan 2013, Marco wrote: > > > the man page states: > > Mod4 + Shift + F1-9 > > Tag marked clients with tag. > > Does the awesome 3.5 man page say that? It shouldn't say that in version > 3.5. > I checked the man page for the git/ma