Re: [Obvious Patch] Make keymap_switch less bad

2010-07-05 Thread Andrei Thorp
On Fri, Jul 2, 2010 at 11:40 PM, Andrei Thorp wrote: > On Mon, Jun 28, 2010 at 8:30 AM, Uli Schlachter wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Am 28.06.2010 14:22, Uli Schlachter wrote: >>> Hi, >>> >>> the attache

Re: [Obvious Patch] Make keymap_switch less bad

2010-07-02 Thread Andrei Thorp
On Mon, Jun 28, 2010 at 8:30 AM, Uli Schlachter wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Am 28.06.2010 14:22, Uli Schlachter wrote: >> Hi, >> >> the attached patches stop obvious' keymap_switch from breaking my config (It >> kind-of leaked FDs until the next garbage collect w

Re: How to ban windows?

2010-06-16 Thread Andrei Thorp
On Wed, Jun 16, 2010 at 9:57 AM, Uli Schlachter wrote: > Sounds like I'll have to hack up some patches for turning awesome into a > reparenting WM Will love you long time!! I've been looking forward to the awesome v4 reparenting switch since it was mentioned. When you introduce this, so much

Re: A different fullscreen issue

2010-06-16 Thread Andrei Thorp
On Tue, Jun 15, 2010 at 6:53 PM, Jim Pryor wrote: > The problem is that, when I hit my "fullscreen" key, the focused window > just kind of goes floating. It doesn't expand to fill the whole screen. > (It's not exactly the same as going floating; when it goes floating, it > still has window borders

Re: [awesome bugs] #472 - During Resize With Lua Tile Layout, Resizing Sometimes Resizes 2 Clients Inversely

2010-06-12 Thread Andrei Thorp
On Sat, Jun 12, 2010 at 3:49 PM, awesome wrote: > THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. > > The following task is now closed: > > FS#472 - During Resize With Lua Tile Layout, Resizing Sometimes Resizes 2 > Clients Inversely > User who did this - Uli Schlachter (psychon) > > Reason for closin

Re: Strange behavior with twinview dual monitor setup

2010-06-09 Thread Andrei Thorp
On Wed, Jun 9, 2010 at 3:00 PM, Julien Danjou wrote: > Now I'm gonna pretend you did not see the patch that has been proposed. It's true, couldn't be bothered. On Wed, Jun 9, 2010 at 3:21 PM, Uli Schlachter wrote: > Anyway, how much would you oppose a patch that adds a flag for this? For > exa

Re: Strange behavior with twinview dual monitor setup

2010-06-09 Thread Andrei Thorp
On Wed, Jun 9, 2010 at 1:41 PM, Julien Danjou wrote: > On Wed, Jun 09 2010, Uli Schlachter wrote: > >> Can't we just merge the patch named "very bad hack" that was just posted? >> *hide* > > I'm gonna pretend I did not read your email and put back my chainsaw. > > -- > Julien Danjou > // ᐰ   htt

Re: [Patch] Fix an "attempted to concatenate nil value" with the tasklist

2010-05-30 Thread Andrei Thorp
On Sun, May 30, 2010 at 6:44 AM, Uli Schlachter wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > See attached patch. > > Uli > - -- > - - Buck, when, exactly, did you lose your mind? > - - Three months ago. I woke up one morning married to a pineapple. >  An ugly pineapple... But I l

Re: [Obvious] Yo, Farhaven

2010-05-28 Thread Andrei Thorp
On Fri, May 28, 2010 at 3:19 AM, Gregor Best wrote: > On Thu, May 27, 2010 at 04:27:05PM -0400, Andrei Thorp wrote: >> [...] >>  * wlan widget needs to be fixed to not show 100% when disconnected? >> [...] > > Heh, makes sense :) I'll try to find some time tonight

[Obvious] Yo, Farhaven

2010-05-27 Thread Andrei Thorp
Hey man, * wlan widget needs to be fixed to not show 100% when disconnected? * I changed the font for the clock's calendar to be "monospace" since I use a non-fixed font by default. Yeah, I know, hate me. Anyway, I'm a bit iffy about whether this is a good solution or not. Tell me what you think

Re: Dynamic tagging for awful

2010-05-21 Thread Andrei Thorp
On Fri, May 21, 2010 at 4:39 AM, Aneesh Kumar wrote: > On Fri, May 21, 2010 at 11:16 AM, Andrei Thorp wrote: >> On Wed, May 19, 2010 at 12:08 PM, Aneesh Kumar >> wrote: >>> One nice to have feature would be  to locate and switch to a tag using >>> autocompleted

Re: Dynamic tagging for awful

2010-05-20 Thread Andrei Thorp
On Wed, May 19, 2010 at 12:08 PM, Aneesh Kumar wrote: > One nice to have feature would be  to locate and switch to a tag using > autocompleted names. That enables to have more than 9 tags. > > -aneesh > > -- > To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org. > Just to clarify,

Re: Proposal: Signals Database

2010-05-03 Thread Andrei Thorp
On Mon, May 3, 2010 at 5:10 AM, Julien Danjou wrote: > Andrei Thorp writes: > >> Proposed solution: Make a database of signals. Perhaps someone has a >> better idea than this, but here's mine. We create a set of nested >> tables in awful. This is pretty much just a l

Re: Dynamic tagging for awful

2010-05-03 Thread Andrei Thorp
On Sat, May 1, 2010 at 3:01 AM, Uli Schlachter wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Am 01.05.2010 01:03, perry wrote: >> A series of patches to add rudimentary dynamic tagging to awesome: >>     add >>     delete >>     rename >>     move (reindex on the same screen) >>  

Re: [PATCH] Fix for shifty tags on two X screens

2010-04-27 Thread Andrei Thorp
On Mon, Apr 26, 2010 at 3:11 AM, Venefyxatu wrote: > Hi, > > I hope this is the correct way/format for submitting a shifty patch - > if not, feel free to point out the errors of my ways :-) > > When using shifty on a configuration with two X screens, tags would > only get created on one screen - i

Proposal: Signals Database

2010-04-27 Thread Andrei Thorp
Good day, Problem: the way signals are implemented. To get you caught up: there is a generic signals mechanism (good) that is used all over the C and lua code. Various bits of the code randomly emit signals by entering just the string name. It so happens that the properties are consistently named

[PATCH] Progressbar Documentation Fix

2010-04-26 Thread Andrei Thorp
Hello, Another lamer one-line documentation fix from Garoth. qacek noticed that the set_value function wasn't documented in luadoc. Turns out that a single hyphen was missing from the doc comment. Cheers, -AT From 7ccc5913e71fd78a00b9814f49acf4d487aebcaf Mon Sep 17 00:00:00 2001 From: Andrei 'Ga

Re: [Marketing] Awesome, Wikipedia Deletion, Arch Linux Magazine

2010-04-26 Thread Andrei Thorp
Cool, thanks :) On Sun, Apr 25, 2010 at 8:38 AM, Remy CLOUARD wrote: > On Tue, Mar 16, 2010 at 10:17:39AM -0400, T L wrote: >> So my idea to boost marketing would be to have everyone write a blog post or >> two describing what wm they used before awesome--essentially a "why I >> switched" + "cont

Re: [awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-04-14 Thread Andrei Thorp
On Tue, Apr 13, 2010 at 11:30 AM, Julien Danjou wrote: > Andrei Thorp writes: > >> Psychon also suggested that I ping you directly about this, JD, as it's kind >> of >> an infrastructure decision type bug. What are your thoughts? > > Well, I knew someday someo

Re: [awesome bugs] #757 - Image/Drawing System Overhaul With Cairo Bias

2010-04-13 Thread Andrei Thorp
On Tue, Apr 13, 2010 at 11:00 AM, awesome wrote: > THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. > > A new Flyspray task has been opened.  Details are below. > User who did this - Andrei Thorp (garoth) > Attached to Project - awesome > Summary - Image/Drawing System Overhaul With

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

2010-03-22 Thread Andrei Thorp
I think the ticks look _very_ nice -- especially with the gradients. On Sun, Mar 21, 2010 at 5:41 PM, Adrian C. wrote: > Hello, > sticking to the same principles from my last e-mail, the "simple is > better than complex" and so on, here is the second version of ticks. > > My biggest dilemma in th

Re: get ride of gperf

2010-03-22 Thread Andrei Thorp
Sounds rather good+fancy to me. I know I won't notice a difference, but if Solaris people do, that's something. On Mon, Mar 22, 2010 at 12:14 PM, kAworu wrote: > Hi everyone. > > I wrote a patch to replace gperf by a bsearch(3) based tokenizer. Before > you start to scream, please read this mail

Re: [Marketing] Awesome, Wikipedia Deletion, Arch Linux Magazine

2010-03-19 Thread Andrei Thorp
> 4) Are there any other technologies/projects that could partner with awesome > for marketing or promotion?  Could we work with a Lua user group?  Or do > something with vim--not sure what editor others use?  Maybe we could do a > poll, find out what people in the community are using, and

Re: [Marketing] Awesome, Wikipedia Deletion, Arch Linux Magazine

2010-03-14 Thread Andrei Thorp
Okay, guys. I _understand_ that some people like the name and some people don't. That's fine. And yes, it's a valid concern that it's hard to google for and a bit arrogant. But for the moment, this is like complaining about the position of the radio volume knob of a car while trying to deal with

[Marketing] Awesome, Wikipedia Deletion, Arch Linux Magazine

2010-03-13 Thread Andrei Thorp
Hello, So as many of you know, Awesome's Wikipedia page was deleted[1] for really dubious reasons. But most notably, it has been very difficult to find a reputable source online that has reviewed Awesome in any way. Most press has been just blogs and nothing special. In fact, Awesome has terribly

[PATCH] Naughty Destroy Documentation Fix

2010-02-16 Thread Andrei Thorp
Hello... a simple patch to make the documentation a bit less misleading. Cheers, -AT From d331450321ac39fbd87b1c3503d9409ff4688814 Mon Sep 17 00:00:00 2001 From: Andrei 'Garoth' Thorp Date: Tue, 16 Feb 2010 14:16:17 -0500 Subject: [PATCH] Fix naughty.destroy parameter documentation --- lib/nau

Re: [awesome bugs] #718 - Dead archlinux package link on "download" page

2010-01-14 Thread Andrei Thorp
On Sun, Jan 10, 2010 at 7:47 PM, awesome wrote: > THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. > > A new Flyspray task has been opened.  Details are below. > User who did this - Kooothor (Kooothor) > Attached to Project - awesome > Summary - Dead archlinux package link on "download" page > Task Typ

Re: [Patch Obvious] Replace obvious.lib.mpd with a waaaay better version with a waaaay better license

2009-08-21 Thread Andrei Thorp
Excerpts from kAworu's message of Fri Aug 21 11:40:11 -0400 2009: > On Fri, Aug 21, 2009 at 10:16:33AM -0400, Andrei Thorp wrote: > > Excerpts from kAworu's message of Fri Aug 21 08:33:55 -0400 2009: > > > You might wanna check the latest version of http://hg.kaworu.ch

Re: [Patch Obvious] Replace obvious.lib.mpd with a waaaay better version with a waaaay better license

2009-08-21 Thread Andrei Thorp
w that he's just a guy that likes to joke like that. He tells farhaven and I all the time that he just wrote better code than us, or that ours is good but his is perfect. I guess you have to know him a bit to see that he teases this way. Sorry. Take Care. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: awesome survey 2009

2009-08-18 Thread Andrei Thorp
iling list, > > and thus didn't know about the survey.  If it works like you want it to, > > your motivation to subscribe to a program's list is much lower than if you > > need lots of help, which was probably more the case for earlier users. ;) > > > > -- > > James Pearson > > -- > > The best way to predict the future is to invent it. > >  - Alan Kay Yeah, that's reasonable. Power users of both awesome and xmonad must learn lua and haskell respectively. Haskell's arguably harder to learn. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: awesome survey 2009

2009-08-18 Thread Andrei Thorp
experience because your rc.lua is a tiling window manager that uses Awesome as a library. We also have more features in general. - You have to learn Lua to really be able to use Awesome to an expert degree. Haskell's a bit crazier than Lua though. -- Andrei Thorp, Developer: Xandr

Re: [Patch Obvious] Port to new timer objects

2009-08-17 Thread Andrei Thorp
ich he still didn't merge. :( > > Meh, I broke it. > > Pushed the new version to that git branch and here's the new patch (I access > .timeout instead of .timer in one place, dunno how that slipt my testing). I'm just glad we've got this timer abstraction thi

Re: [Patch RFC v2] Add the concept of general data sources to obvious

2009-08-10 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Mon Aug 10 12:55:41 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrei Thorp wrote: > > Excerpts from Gregor Best's message of Mon Aug 10 11:28:24 -0400 2009: > >> I pushed all of them (the fs

Re: [Patch RFC v2] Add the concept of general data sources to obvious

2009-08-10 Thread Andrei Thorp
Excerpts from Gregor Best's message of Mon Aug 10 11:28:24 -0400 2009: > I pushed all of them (the fs usage was changed a bit) and tonight I'll > start writing readme files. Thanks a lot for your work :) I'll try to read over them soonish as well. -- Andrei Thorp, Developer

[Obvious] Psychon's Data Split Pull Request

2009-08-10 Thread Andrei Thorp
.lua => widget/progressbar.lua} (65%) create mode 100644 lib/widget/textbox.lua create mode 100644 mem/init.lua create mode 100644 net/init.lua delete mode 100644 wlan/bar.lua -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Patch RFC v2] Add the concept of general data sources to obvious

2009-08-10 Thread Andrei Thorp
reaking patches lately. I demand either a pull request or that I give you access to the main repo and you push to a branch. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] awful.completion: sort matches

2009-08-10 Thread Andrei Thorp
I think we need to sort the table. > >> > >> koniu > >> [...] > > > > Yeah, that also happens with Bash completion and it annoyed the hell out > > of me :) > > You guys really use completion? Wow... Lot's of different users, I guess And wh

Re: [Patch] Place new client's on their direct transient_for's screen, not the "top-level" one

2009-08-07 Thread Andrei Thorp
but I like the attached solution more. > > Uli > - -- > "Do you know that books smell like nutmeg or some spice from a foreign land?" > -- Faber in Fahrenheit 451 Good call, I like it. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Obvious Patch] Fix volume_alsa

2009-08-07 Thread Andrei Thorp
eg or some spice from a foreign land?" > -- Faber in Fahrenheit 451 Farhaven! -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: New Zoom Layout Request

2009-08-07 Thread Andrei Thorp
" window. :> > > I'm not exactly sure as to how the order would work, though... in which order > focusing of all the windows would go... perhaps the windows would be focused > in just the same order they were introduced... > > Anyway, just a brainstorm, I'm a bit coked up on caffeine atm... and I talk > too > much :D If anyone would be willing to put in the man hours to make this > "dream" a reality, I would be much obliged. The original source and basis for > this brainstorm is here: > http://modeemi.fi/~tuomov/repos/ion-scripts-3/scripts/zoom.lua > > Happy hacking! later :3 Well, that's pretty, ascii-wise. I can't see myself using this layout though. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Obvious Patch] Some fun

2009-08-06 Thread Andrei Thorp
ll as a simple numerical progress bar, it's imaginable that you could write a generic widget that has an option for which kind of display it should be using. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 12:55:20 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrei Thorp wrote: > > Excerpts from Uli Schlachter's message of Thu Jul 30 09:43:46 -0400 2009: > >> Andrei Thorp wrote

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
oducts derived from this software > > +--without specific prior written permission. > > +-- > > +-- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND > > +-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE > > +-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR > > PURPOSE > > +-- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE > > +-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR > > CONSEQUENTIAL > > +-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS > > +-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) > > +-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, > > STRICT > > +-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY > > WAY > > +-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > > +-- SUCH DAMAGE. > [snip, haven't looked closely at the stuff after this] > > This screams "GPL INCOMPATIBLE". Ask jd if awesome modules have to be > GPL-compatible, I'm not sure what the GPL says about scripting languages like > lua. I'm no lawyer, but I still kind of don't think so. Personally, I don't care enough to investigate too deeply; no one's going to sue a small open source project for having components that are open source licensed. At least not yet. Anyway, thanks for the review, and I'll do the fixing when I can. Cheers :) -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 09:43:46 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrei Thorp wrote: > > Subject: [PATCH 3/4] Run Prompt: Used Obvious timer hook instead of awful > > diff --git a/popup_run_promp

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 07:49:51 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Uli Schlachter wrote: > > Andrei Thorp wrote: > >> I wanna get my patches reviewed dammit ;) > > > > Ok, here we go: >

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 07:31:38 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrei Thorp wrote: > > I wanna get my patches reviewed dammit ;) > > Ok, here we go: > > > Subject: [PATCH 1/4] Lib: hook

[Obvious] Next branch patches (for easy review)

2009-07-29 Thread Andrei Thorp
I wanna get my patches reviewed dammit ;) -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) 0001-Lib-hooks-lib-w-awful-timer-wrapper-functions.patch Description: Binary data 0002-Lib-Util-Added-bold-colour-functions.patch Description: Binary data 0003-Run-Prompt-Used

Re: Pach to temp_info widget

2009-07-29 Thread Andrei Thorp
el > like this doesn't look as sexy as those. > I'll be checking the lib widget and trying to improve the overall > quality of the widget so it'll make into the master branch. Yep, thanks for not being deterred due to initial struggles. Keep it up and I'm sure you'll keep improving. Cheers. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Obvious] [PATCH] buttons as simple table

2009-07-29 Thread Andrei Thorp
it, thanks a lot :) Yep, thanks! -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: Pach to temp_info widget

2009-07-28 Thread Andrei Thorp
er eventually. > setmetatable(_M, { __call = function () return widget end }) Anyway, sorry I haven't had a chance to actually test your patch yet. The readme file is good. To address your question about the output format, you should set a reasonable default, but then let the user overri

Fullscreen behaviour

2009-07-21 Thread Andrei Thorp
either goes behind still focussed or loses focus unexpectedly. Sorry if this has been fixed in a newer version already, but if it hasn't... what do you folks think? -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-15 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Wed Jul 15 10:41:04 -0400 2009: > At 1247668210 time_t, Andrei Thorp wrote: > > Spin off lua threads for the timers that sleep for N seconds and then > > call their function? Is something about that impossible? (I don't know >

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-15 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Wed Jul 15 09:48:35 -0400 2009: > At 1247665395 time_t, Andrei Thorp wrote: > > Okay, and I guess you need the hooks in C too, so you can't just > > implement it in Lua. Understood. > > No, but there's no way to wake up

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-15 Thread Andrei Thorp
've just --amended this commit, but the hash is now: [353e34f] Run Prompt: Used Obvious timer hook instead of awful Cheers. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-15 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Wed Jul 15 09:13:47 -0400 2009: > At 1247663299 time_t, Andrei Thorp wrote: > > Also, I'm curious as to why this was implemented in C and not awful? > > Because the hooks (and the timer one) are meant to die. Okay, and I guess yo

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-15 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Wed Jul 15 03:42:01 -0400 2009: > At 1247610233 time_t, Andrei Thorp wrote: > > [5fb091f] Run Prompt: Used Obvious timer hook instead of awful > > You gonna love my new timer (from next branch). :) Huh... it.. uh.. looks pret

Re: [Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-14 Thread Andrei Thorp
> > Hopefully some people are as excited about this timer stuff as I am, > haha. Maybe I'm just crazy though. > > Cheers. Okay, so I've actually finished porting the popup_run_prompt to this as a demo. You can actually slow down how fast it slides now. Not very practica

[Obvious] (Pull Request) Lib; Lib -> Hooks; Lib -> Util

2009-07-14 Thread Andrei Thorp
lly some people are as excited about this timer stuff as I am, haha. Maybe I'm just crazy though. Cheers. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Draft] Introduction of Widget Layouts

2009-07-12 Thread Andrei Thorp
Man, by the time these goddamn features land in master, they'll be bug free at this rate! What the heck are you doing?! Honestly: the Awesome project's code review system is much more extensive than any software company I've worked at. Cut it out you guys, you're making everyone everywhere look ba

Re: Adding new module to Obvious

2009-07-12 Thread Andrei Thorp
On Sun, Jul 12, 2009 at 7:18 PM, masterLoki wrote: > I've just applied the patch, and I saw the changes in the code. As for now > I'm using EMACS (with viper mode) to do my coding, but I'll keep in mind the > style in the bottom of init.lua. > I'll be asking on how to read and log the output awesom

Re: Request for icons (was: Spiral Layout)

2009-07-12 Thread Andrei Thorp
On Sun, Jul 12, 2009 at 2:49 PM, Gregor Best wrote: > On Sun, Jul 12, 2009 at 08:35:42PM +0200, Uli Schlachter wrote: >> [...] >> Could someone create some layout icons for this? The ones from awesome 2 >> are... >> improvable. >> [...] > > I created two icons which sould work with the default the

Re: Obvious and Wiki

2009-07-12 Thread Andrei Thorp
On Sun, Jul 12, 2009 at 2:53 PM, masterLoki wrote: > Andrei Thorp escribió: >> >> On Sun, Jul 12, 2009 at 11:41 AM, Andrei Thorp wrote: >> >>> >>> On Sat, Jul 11, 2009 at 11:24 PM, masterLoki >>> wrote: >>> >>>> >>>&g

Re: Adding new module to Obvious

2009-07-12 Thread Andrei Thorp
On Sun, Jul 12, 2009 at 12:28 PM, Andrei Thorp wrote: > I just thought I'd mention that I'm working on this. It's really buggy though. Okay, I'm done. Honestly, though, masterLoki: learn to test your stuff. Learn to read the output of awesome and log it. This had lua synt

Re: Adding new module to Obvious

2009-07-12 Thread Andrei Thorp
I just thought I'd mention that I'm working on this. It's really buggy though. -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: Obvious and Wiki

2009-07-12 Thread Andrei Thorp
On Sun, Jul 12, 2009 at 11:41 AM, Andrei Thorp wrote: > On Sat, Jul 11, 2009 at 11:24 PM, masterLoki wrote: >> Hi there: >> >> I wrote a small entry on the Wiki referring to the Obvious repo and I have a >> doubt. > > Yep, it's pretty official-ish in that som

Re: Obvious and Wiki

2009-07-12 Thread Andrei Thorp
On Sat, Jul 11, 2009 at 11:24 PM, masterLoki wrote: > Hi there: > > I wrote a small entry on the Wiki referring to the Obvious repo and I have a > doubt. Yep, it's pretty official-ish in that some of us Awesome devs support it, but it's not in the default distribution. Thanks a lot for the wiki p

Spiral Layout

2009-07-11 Thread Andrei Thorp
Hello, "clockwork" on IRC (with really poor English) has requested that I ask whether someone would be interesting in writing spiral in lua for him. He seemed to really like it. Anyway, perhaps someone wants to do this. Cheers. -Andrei "Garoth" Thorp -- To unsubscribe, send mail to awesome-de

Re: [awesome bugs] #554 - save pointer coordinates when switching screens

2009-07-08 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Wed Jul 08 14:13:13 -0400 2009: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Andrei Thorp wrote: > > Excerpts from awesome's message of Wed Jul 08 13:53:50 -0400 2009: > >> Details - IMHO it would be very he

Re: [awesome bugs] #554 - save pointer coordinates when switching screens

2009-07-08 Thread Andrei Thorp
hat's a really valid point, I think. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: Adding new module to Obvious

2009-07-08 Thread Andrei Thorp
can apply it to our own source code and see exactly what you have and play with it. Anyway, so hopefully that's clear enough. Cheers :) -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: A little hack that might be interesting to the Run Prompt rewriter(s)

2009-07-06 Thread Andrei Thorp
tten, so no real worries. I doubt this will be supported in the main code though, since I estimate that it's not really something most people want. But of course the support for being able to do this yourself will be left in (most likely). Anyway, thanks for sharing your trick with us :)

Re: [Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-29 Thread Andrei Thorp
Excerpts from Gregor Best's message of Mon Jun 29 09:59:39 -0400 2009: > On Mon, Jun 29, 2009 at 09:48:45AM -0400, Andrei Thorp wrote: > > For those interested, this has been merged into Obvious master. > > [...] > > Damnit, I should've said something :)

Re: [Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-29 Thread Andrei Thorp
For those interested, this has been merged into Obvious master. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Obvious] Pull Request: Clock Fixes, Features

2009-06-28 Thread Andrei Thorp
Erk, sorry for the crappy formatting. Gmail strikes again while I'm away from my regular setup... On Sun, Jun 28, 2009 at 3:26 PM, Andrei Thorp wrote: > Hello again! Some more changes. > > The following changes since commit 833dc00ec41fac5580ba05549f3baa0032fd4e43: >  Andrei

[Obvious] Pull Request: Clock Fixes, Features

2009-06-28 Thread Andrei Thorp
Hello again! Some more changes. The following changes since commit 833dc00ec41fac5580ba05549f3baa0032fd4e43: Andrei 'Garoth' Thorp (1): Run Prompt: README complete are available in the git repository at: g...@git.mercenariesguild.net:obvious.git clock-fixes Andrei 'Garoth' Thorp (4)

Re: Full moon bringgs trouble down in Brighton

2009-06-26 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Mon Jun 08 08:15:58 -0400 2009: > At 1244462897 time_t, Andrei Thorp wrote: > > (and is it possible to make the mailing list software properly set > > reply-to so the reply button sends back to the ml? Is it just me > > strugglin

Re: [Draft] Introduction of Widget Layouts

2009-06-26 Thread Andrei Thorp
x and named keys. Sort by index, use keys for whatever convenience. I'm not sure what magic would be involved, but sounds do-able. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: lua+pgrep

2009-06-25 Thread Andrei Thorp
Don't use pgrep (ps and grep may have better results)? Write the programs you started to a file and delete them after awesome completes (like, after in the .xinitrc)? -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-uns

Re: gvim+awesome layouts

2009-06-25 Thread Andrei Thorp
gs, is there any output? Can you attach a screenshot or something? -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) The linuX Files -- The Source is Out There. -- Sent in by Craig S. Bell, g...@aracnet.com -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-24 Thread Andrei Thorp
he url given in the pull request is only accessable for members of the obvious project, the external path is git://git.mercenariesguild.net/obvious.git. Cheers. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) The closest to perfection a person ever comes is when he fills out a job

Re: [Obvious] CONTRIBUTING Guide Pull Request

2009-06-23 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Tue Jun 23 13:20:40 -0400 2009: > At 1245777325 time_t, Andrei Thorp wrote: > > Yeah, I always enjoyed how he resolved the e-mails on the mailing list > > rather than just merging silently. > > That's better than having the g

Re: [Obvious] CONTRIBUTING Guide Pull Request

2009-06-23 Thread Andrei Thorp
Excerpts from Gregor Best's message of Tue Jun 23 13:09:01 -0400 2009: > And in Julien's best spirit, I say: > > Thanks, merged. Yeah, I always enjoyed how he resolved the e-mails on the mailing list rather than just merging silently. -- Andrei Thorp, Developer:

Re: [Obvious] ?

2009-06-23 Thread Andrei Thorp
Excerpts from Gregor Best's message of Tue Jun 23 11:29:32 -0400 2009: > On Tue, Jun 23, 2009 at 05:20:11PM +0200, Julien Danjou wrote: > > At 1245769715 time_t, Andrei Thorp wrote: > > > Hello developer-types. I figured I'd ask first before I started doing > > &g

[Obvious] CONTRIBUTING Guide Pull Request

2009-06-23 Thread Andrei Thorp
run_prompt stuff is in its own feature branch. It's not quite ready for the 1.0 release though, so I'm holding back for a bit. Cheers! -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) Speak softly and own a big, mean Doberman. -- Dave Millman -- To un

Re: [Obvious] ?

2009-06-23 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Tue Jun 23 11:20:11 -0400 2009: > At 1245769715 time_t, Andrei Thorp wrote: > > Hello developer-types. I figured I'd ask first before I started doing > > this. Would it be fine for Obvious related stuff to be forwarded to this >

[Obvious] ?

2009-06-23 Thread Andrei Thorp
the new CONTRIBUTING file that writing here is okay for the purpose of contacting Obvious devs, assuming that it's permissible. Cheers! -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) Beeping is cute, if you are in the office ;) -- Alan Cox -- To unsubscribe, s

Re: Modularization Help

2009-06-23 Thread Andrei Thorp
I think I understand :) > local mouse = mouse >-local awful = awful >+local awful = require("awful") Riiight... > local widget = widget > local screen = screen > local io = io >+local beautiful = require("beautiful") Whoops, missed that one. >+ >+module("obvious.popup_run_prompt") So this sho

Modularization Help

2009-06-22 Thread Andrei Thorp
Hello there, So I got this idea into my head to make an odvious "widget" for poping up a run prompt. I have it already shoved into my rc.lua, but I figured I'd split it out for the good of all. Anyway, modularization and scope is kind of still confusing me. Some of my kind Awesome dev friends trie

Re: [Patch] Yes, another Really Important Thingie (tm)

2009-06-18 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jun 18 14:57:35 -0400 2009: > So you want something better than that? Does the attached patch satisfy your > demands? Hahaha, okay, much better, you win :) -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) Scenery is her

Re: [Patch] Yes, another Really Important Thingie (tm)

2009-06-18 Thread Andrei Thorp
by diff size ;) Heh, cheers. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) It's reassuring to know that if you behave strangely enough, society will take full responsibility for you. -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: Run Prompt Rewrite Ideas

2009-06-11 Thread Andrei Thorp
On Wed, Jun 10, 2009 at 4:41 PM, Frank Blendinger wrote: > Hi. > > On Wed 2009-06-10 10:05, Andrei Thorp proclaimed: >> > Just to throw in another idea: let's have something like dmenu[1] in >> > awesome. I guess most of you know dmenu, for those who don't:

Re: Run Prompt Rewrite Ideas

2009-06-10 Thread Andrei Thorp
> Just to throw in another idea: let's have something like dmenu[1] in > awesome. I guess most of you know dmenu, for those who don't: it is a > standalone multi-purpose bar, used originally in dwm, but often also > together with other tiled WMs like XMonad or awesome. It is actually > quite the op

Run Prompt Rewrite Ideas

2009-06-10 Thread Andrei Thorp
Hello there, So we were talking yesterday about the Run prompt. In general, it's a nice thing, nothing really to complain about. It does tab completion and history, and that's cool. But have you guys ever tried something like gnome-do or other run prompts for Linux? They've come up with a whole l

Re: Fwd: [Patch] Some fixes

2009-06-08 Thread Andrei Thorp
Yeah, no. Also, please facts rather than speculation. 2009/6/8 Ángel Alonso : > On 08/06/09 06:04, Andrei Thorp wrote: > Lua's actually one of the best-performing scripting languages out > there, actually much faster than Python. > > I don't think so. > Also, we'r

Fwd: [Patch] Some fixes

2009-06-08 Thread Andrei Thorp
On Sun, Jun 7, 2009 at 4:43 PM, Guerrier-cachalot wrote: > And the speed ?? And the memory footprint ?? Ô developpers of Awesome, don't > make this awful mistake. If you want a WM entirely written in hig-level > langage, rewrite it in Ada or java, or use pywm. Lua's actually one of the best-perfor

Re: [Patch] Some fixes

2009-06-08 Thread Andrei Thorp
On Mon, Jun 8, 2009 at 9:00 AM, Guerrier-cachalot wrote: > Can I know what your memory ? > Else, you've convinced me . I have 3 GB of memory in this machine, but according to gnome-system-monitor, that 0.3% is 3.6 MB. Gnome-system-monitor itself is reporting 4.6 MB for itself. Of course, memory's

Re: Full moon bringgs trouble down in Brighton

2009-06-08 Thread Andrei Thorp
> No. See http://liw.iki.fi/liw/log/2003-Enemies-of-Carlotta.html. > Any good MUA has a reply to list ('l' in mutt) anyway. :) Read the post -- reasoning is kind of weak in the two points they make, but acceptable enough, I suppose. Shame that gmail doesn't support reply-to-list though. -AT --

Re: awesome crashing after drawing the cursor

2009-06-08 Thread Andrei Thorp
FYI, using 3.3 on Arch Linux with no issues. - Self-built Awesome from git repo (master branch) - Dependencies from official repos, with versions: pango 1.24.2-1 imlib2 1.4.2-2 lua 5.1.4-2 libev 3.6-2 dbus-core 1.2.14-1 bash 3.2.048-3 libxdg-basedir 1.0.0-2 startup-notification 0.10-1 (I haven't

Re: Full moon bringgs trouble down in Brighton

2009-06-08 Thread Andrei Thorp
Okay, I think we should maybe look into tightening up our mailing lists... (and is it possible to make the mailing list software properly set reply-to so the reply button sends back to the ml? Is it just me struggling with this?) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah

Re: Focusing areas without client

2009-06-05 Thread Andrei Thorp
Yeah, Idk, this seems like the sort of thing that's just complicated overkill. Perhaps it would be acceptable to just have windows appear beneath the currently focussed one or in a fixed spot where people then have to move it from? I think that people generally don't have more than 4-5 windows show

  1   2   >