Re: Request for better awesome standard config

2012-10-07 Thread Adrian C.
On Sun, 7 Oct 2012, Stefano Di Martino wrote: > I've found an extension that do this, but it isn't working well. For > example, if I want to shut down my computer, I have to enter my > password and in the end the computer hangs up trying to shutting down > the computer. Awesome moves windows o

Re: [ANNOUNCE] awesome 3.4.11 released

2011-11-23 Thread Adrian C.
> Also, awesome (well, awesome's default config) will now show a big, > red naughty popup on errors. What happens if you don't require naughty. Is it gracefully handled? -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5C

Re: variable widget content

2010-09-08 Thread Adrian C.
On Tue, 7 Sep 2010, Phillip Thelen wrote: > Hope it is understandable what I would like to do... ;) Hi, http://git.sysphere.org/vicious/tree/README -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscr

Re: Stacked graph widget doesn't work nice with max_value

2010-08-05 Thread Adrian C.
to read that one (and come haunt _me_ :) -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] Added button functionality for awful.widget.progressbar

2010-07-31 Thread Adrian C.
uttons(awful.util.table.join( awful.button({ }, 1, function () awful.util.spawn("xterm", false) end) )) -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: awesome-3.4.6 patch: error convert: Ignoring incorrect gAMA value

2010-07-18 Thread Adrian C.
have a solution either. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: A different fullscreen issue

2010-06-17 Thread Adrian C.
tile layouts works right. You are running the master branch? Btw it doesn't even have titlebars. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] awful.widget: add progressbar offset property

2010-04-16 Thread Adrian C.
ovide functionality simillar to margins, but widget margins are already available). -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature From 2b78444b75f74915bd45ce325a63921885f15e38 Mon Sep

Re: [PATCH 1/2] awful.menu: Add menu position argument

2010-04-13 Thread Adrian C.
=details&task_id=750 Thanks, -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] awful.widget: add graph stack property

2010-03-25 Thread Adrian C.
with the same functionality: http://www.mail-archive.com/awesome-devel@naquadah.org/msg04016.html I also used the term stack/ed because that looked the best way to describe what I saw on the "multigraph" screenshot, each color is drawn above the prior so I thought "this looks

Re: [PATCH] awful.widget: add graph stack property

2010-03-24 Thread Adrian C.
On Thu, 25 Mar 2010, Adrian C. wrote: > It's been a very long night, time to sleep. Cheers, I noticed a typo in luadoc comments a minute after sending, attached is a correct version. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D

[PATCH] awful.widget: add graph stack property

2010-03-24 Thread Adrian C.
he gradient colors, scaling or max value has no effect on stacked graphs. I don't have any experience with Gnome stacked graphs, I tested as many scenarios as I could think of, but I could have missed something because of my inexperience. It's been a very long night, time to sleep

Re: [RFC + PATCH] awful.widget: add progressbar ticks property

2010-03-23 Thread Adrian C.
rb its wisdom but just to be friendly a little bit of > documentation wouldn't have hurt Functionality of all awful functions is actually documented, as comments in the modules. From these comments documentation is automatically generated at build time with Luadoc (which ends up in

[PATCH] awful.wibox: update struts on align()

2010-03-22 Thread Adrian C.
strut() at the bottom of the align(). That function is only called when the wibox does not stretch, and can update struts regardless if height/width/x/y actually changed. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signa

Re: [RFC + PATCH] awful.widget: add progressbar ticks property

2010-03-22 Thread Adrian C.
side of calculating the best relative size. My second was let the user do the work. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature

Re: [PATCH] stackable wiboxes

2010-03-21 Thread Adrian C.
rder into account when updating struts) I added +border_width but failed to add *2 for a proper fix. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [RFC + PATCH] awful.widget: add progressbar ticks property

2010-03-21 Thread Adrian C.
emonstration of progressbars, with usage examples: - http://bljak.org/~anrxc/images/progressbars.png -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature From ab7763df65a8b68aeba611985128e4efac42

[PATCH] awful.wibox: update position on height/width property change

2010-03-03 Thread Adrian C.
position() only for that wibox from wibox_update_strut() which is already attached to property::width and height. But then that function would not longer be the "update_strut" function but a wibox_update_strut_and_position() one :) -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A061

[RFC + PATCH] awful.widget: add progressbar ticks property

2010-03-01 Thread Adrian C.
ease. Thank you! -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature From d21b5e380a029a34237cebaebc475061a2115a07 Mon Sep 17 00:00:00 2001 From: Adrian C. (anrxc) Date: Sun, 28 Feb 2010 21:25:0

Re: [PATCH] awful.widget: add progressbar set_max_value property

2010-02-26 Thread Adrian C.
Forgot to actually attach it. signature.asc Description: PGP signature From 0f8bc49bd939b0093e8ad47c62771a35f49ebef2 Mon Sep 17 00:00:00 2001 From: Adrian C. (anrxc) Date: Fri, 26 Feb 2010 21:25:35 +0100 Subject: [PATCH] awful.widget: add progressbar set_max_value property The

[PATCH] awful.widget: add progressbar set_max_value property

2010-02-26 Thread Adrian C.
on the 3.4 branch is attached. I am not 100% sure it applies clean on master because of the changes in widget layouts functioning. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature

[PATCH] awsetbg: add fvwm-root support

2010-02-22 Thread Adrian C.
d use more of that kind in the awsetbg list. Those were the pros, now cons from part of debugstory: "...only these image formats are supported: XBM, XPM, PNG, SVG and it is rather limited with options." If it is wanted, patch is attached. Cheers! -- Adrian C. (anrxc) | anrxc..sysphe

Re: [PATCH] awful.menu: sanitize support for access keys

2010-02-22 Thread Adrian C.
nfiguration (for the better!) is business as usual, this stuff is minor in comparison. When you started talking about "incompatible" things I thought something grave was happening. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929

Re: [PATCH] awful.menu: sanitize support for access keys

2010-02-21 Thread Adrian C.
On Sun, 21 Feb 2010, Adrian C. wrote: > Julien could you please add support for this also to the 3.4 branch > before next version is released? I requested this pull because clients menu can now be controlled with keyboard only and 3.4 users should not miss out on the access keys - fu

Re: [PATCH] awful.menu: sanitize support for access keys

2010-02-21 Thread Adrian C.
On Sun, 21 Feb 2010, Thomas Arendsen Hein wrote: > * Adrian C. [20100221 01:51]: > > Patch was made on the master branch and I noticed that access keys > > support was never added to the 3.4 branch. Julien could you please add > > support for this also to the 3.4 branch b

[PATCH] awful.menu: sanitize support for access keys

2010-02-20 Thread Adrian C.
the 3.4 branch. Julien could you please add support for this also to the 3.4 branch before next version is released? The commit is "awful.menu: support for access keys" 87070ca + this attached fix. Thank you! -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5

[PATCH] awful.rules: fix client tagging with multiple screens

2010-01-10 Thread Adrian C.
ed a regression when more than one screen is used. The awful.tag.withcurrent function was being called even when there was a valid tag property. The attached patch (made on the 3.4 branch) sets the clients screen to the tag screen to ensure the client is moved to the correct tag and screen. --

[PATCH] awful.autofocus: improve client focus with multiple screens

2010-01-09 Thread Adrian C.
thought better of it. There is no need to initialize it every time function is called (and it's called a lot) because on a lot of those calls we will not perform any actions. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A

[PATCH] awful.wibox: sanitize height/width args to function new()

2010-01-04 Thread Adrian C.
the function new() there is a check to see if one of them was a screen percentage, and is expected to be a string. If the user provided absolute pixels, and argument is of type number awesome will crash. Attached patch (made on the 3.4 branch) uses tostring to sanitize the arguments during t

Re: [PATCH] Cleanup after revert of "Handle synthetic UnmapNotify events"

2010-01-02 Thread Adrian C.
On Sat, 2 Jan 2010, Adrian C. wrote: The revert of "Handle synthetic UnmapNotify events" accidentaly replaced window_state_get_reply Or not accidentally. Sorry I don't track the next branch where window was moved to xwindow as I see now. -- Adrian C. (anrxc) | anrxc..sysphe

[PATCH] Cleanup after revert of "Handle synthetic UnmapNotify events"

2010-01-01 Thread Adrian C.
on the 3.4 branch) is attached. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618From 7e6334011b0fe4cd042d5fcac8175947774679ff Mon Sep 17 00:00:00 2001 From: Adrian C. (anrxc) Date: Fri, 1 Jan 2010 23:52:00 +0100 Subject: [PATCH] C

[PATCH] awful.wibox: take wibox border into account when updating struts

2009-12-29 Thread Adrian C.
ge this (made on the 3.4 branch) is attached. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618From 4a7239bbc4950f14f7dfd8fec91b3418e252ae8f Mon Sep 17 00:00:00 2001 From: Adrian C. (anrxc) Date: Wed, 30 Dec 2009 02:42:42 +

[PATCH] awful.menu: add keygrabber support to clients menu

2009-12-02 Thread Adrian C.
s a simple replacement for an Alt+Tab application switcher (like other desktop environments have). In which case keyboard navigation is useful. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 From 13de0df0be8693e41700a6e7fc9f2d

Re: [PATCH-vicious] Adapt regex to match /dev/sg0

2009-11-11 Thread Adrian C.
at ever is convenient for you. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Fwd: Tooltip problem

2009-11-11 Thread Adrian C.
t_text(os.date("%A, %d %B %Y")) end update_clock() is then called regularly. The problem is, while clock information updates as it should, no tooltip appears when I place mouse over clock widgets. What am I doing wrong?From 0864a62974a94a800a8a5e4591157740217234df Mon Sep 17 00:00:00 20

Re: [PATCH] rules.lua.in: add "callback" option when a rule matches

2009-11-09 Thread Adrian C.
ndler. Maybe there should be a better example. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [RFC Patch] Move c:raise() to the focus signal

2009-09-16 Thread Adrian C.
On Wed, 16 Sep 2009, Julien Danjou wrote: I'd think it has the bad behaviour or raising the client has soon it is focused with mouse. Which is just irritating with sloppy focus. Sorry I thought that is normal behaviour. It seemed a little odd but a lot of things are odd in 3.4. -- To unsubs

Re: [RFC Patch] Move c:raise() to the focus signal

2009-09-15 Thread Adrian C.
On Tue, 15 Sep 2009, Uli Schlachter wrote: I can confirm that it works, and nothing is broken. In that case feel free to "steal" it and sign it off for jd. Thanks for doing my testing work. :D Ok, it is attached. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PG

Re: [RFC Patch] Move c:raise() to the focus signal

2009-09-15 Thread Adrian C.
On Tue, 15 Sep 2009, Uli Schlachter wrote: Hi, Testing the default config is icky. :( I can confirm that it works, and nothing is broken. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail

[PATCH] themes: added mouse finder and tooltips

2009-09-12 Thread Adrian C.
Hi, I added mouse finder styles to Zenburn, and examples for both to the default theme. Sky does not include examples so I didn't change that. Patch is attached, -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618

Re: Inclusion of Zenburn theme in awesome distribution

2009-08-31 Thread Adrian C.
example. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 From 69b2b86055f16e2bc221e569e79dec2e393bef1a Mon Sep 17 00:00:00 2001 From: Adrian C. (anrxc) Date: Mon, 31 Aug 2009 14:20:03 +0200 Subject: [PATCH] zenburn theme

Re: Inclusion of Zenburn theme in awesome distribution

2009-08-31 Thread Adrian C.
On Mon, 31 Aug 2009, Adrian C. wrote: I would wote to update them to reflect that (patch is attached). I messed up the patch it does not match the index. Another one is attached. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

Re: Inclusion of Zenburn theme in awesome distribution

2009-08-31 Thread Adrian C.
h the default font sans 8 it is 19. That does good to the layout icons but not so much to the taglist and titlebar icons, they are a bit blurred. I would wote to update them to reflect that (patch is attached). If KDE 4 did one thing right it was switching to vectors :) -- Adrian C. (anrxc) |

Re: Inclusion of Zenburn theme in awesome distribution

2009-08-29 Thread Adrian C.
me - where there is no additional license file/notice present. What you should done now is probably send a git patch adding the theme so we can double check if it's ok. Patch is attached. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F

Inclusion of Zenburn theme in awesome distribution

2009-08-29 Thread Adrian C.
ut all of them would have to be drawn from scratch to match default ones so I guess they would not fall under that license anyway. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to aw

[PATCH] default theme: update examples to reflect the switch to lua

2009-08-28 Thread Adrian C.
Hi, I updated the examples in default theme and did some general cleanup. I also (partially)aligned titlebar and layout icons, which might be seen as unnecessary - please advise me in that case. Patch is attached, cheers, -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP

Re: awesome upgrade causes blank screen

2009-05-18 Thread Adrian C.
On Wed, 13 May 2009, dante4d wrote: i updated my arch linux yesterday and when i rebooted (kernel update) and run startx, awesome just crashed. i can't quit it, kill it, use ctrl-alt-backspace or even ctrl-alt-del. i just have to use the power button. This bit is important so I'm quoting