Re: Laptop and external screen on the fly

2012-03-05 Thread Raphael Fournier
2012/3/3 Uli Schlachter psyc...@znc.in On 03.03.2012 22:40, Raphael Fournier wrote: (to the devs: is it really the expected behavior, to have the terms stay on a screen, even if its numbers goes from 1 to 2 ?) WHICH MERE MORTAL DARES TO SUMMON THE ALMIGHTY DEV? *insert evil laughter*

Re: Float browser popups instead of tiling?

2012-03-05 Thread Tomás Solar Castro
I use something like this in my rc.lua { rule = { class = Iceweasel , instance = Download }, properties = { floating = true, tag = tags[1][2]} }, { rule = { class = Iceweasel , instance = Extension }, properties = { floating = true, tag = tags[1][2]} }, { rule = { class = Iceweasel ,

Re: Problem with Java/Matlab

2012-03-05 Thread Mika Fischer
OK, but this bug was closed as fixed a long time ago. Maybe it should be reopened then? Best, Mika On Sat, Mar 3, 2012 at 12:21, Nevermind nevermind...@gmail.com wrote: I'm having the same problem with Netbeans (and other java apps). Patch from #778 seems to fix that. -- To unsubscribe,

Re: Float browser popups instead of tiling?

2012-03-05 Thread Bengt Frost
Perhaps... { rule = { class = Iceweasel, instance = Download }, properties = { floating = true } }, { rule = { class = Iceweasel, instance = Extension }, properties = { floating = true } }, -- Firefox bookmarking system { rule = { class = Iceweasel, instance = Places }, properties = {

Shortcut keys

2012-03-05 Thread Gerald Klein
Hi, I set up my keys the way I want them but they only work, if at least one application is open in that screen. Anyone have an idea of what I can do to fix this? thanks --jerry -- Gerald Klein DBA www.geraldklein.com http://geraldklein.com/ j...@zognet.com 708-599-0352

Re: Shortcut keys

2012-03-05 Thread Perry Hargrave
I am thinking you are adding to the clientkeys table. Add the binding to the root keys table. -- Hth, perry

[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-03-05 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Björn Åström (bjoast) Attached to Project - awesome Summary - Color values with alpha channel reported as invalid Task Type - Bug Report Category - Core Status -

[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-03-05 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#966 - Color values with alpha channel reported as invalid User who did this - Uli Schlachter (psychon) Reason for closing: Not a bug Additional comments about closing: The difference is that awesome 3.4 silently

[awesome bugs] #967 - patch: b local variable declaration is missing in lib/awful/widget/launcher.lua.in (Attachment added)

2012-03-05 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - TsT (TsT) Attached to Project - awesome Summary - patch: b local variable declaration is missing in lib/awful/widget/launcher.lua.in Task Type - Bug Report Category -

[awesome bugs] #968 - patch: table.foreach is deprecated, replace it (Attachment added)

2012-03-05 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - TsT (TsT) Attached to Project - awesome Summary - patch: table.foreach is deprecated, replace it Task Type - Bug Report Category - awful Status - Unconfirmed Assigned To

[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-03-05 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#966 - Color values with alpha channel reported as invalid User who did this - Björn Åström (bjoast) -- Okay, I see. The thing is, in 3.4.11, I was able to set the transparency of theme.bg_normal

[awesome bugs] #966 - Color values with alpha channel reported as invalid

2012-03-05 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#966 - Color values with alpha channel reported as invalid User who did this - Uli Schlachter (psychon) -- Oh, yeah. There was some hack to make a transparent background work via some dark magic.