[PATCH] add 'autoexec' argument to awful.prompt

2010-10-11 Thread koniu
:) 2nd patch adds support for autoexec in awful.completion by returning the table of matches from its callback functions. This could also be used for displaying a list of available completions (think dmenu). koniu From 9e5cad8b3b3a45b4af1d919ef20e166325f0db35 Mon Sep 17 00:00:00 2001 From: koniu

Re: #664 status [PATCH]

2010-01-08 Thread koniu
What about replacing the withcurrent() call with a: capi.client.add_signal(manage, withcurrent) These any better? k From afb6d08775c74f5393a73414b41ca58c657e2bc5 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Fri, 8 Jan 2010 15:16:37 + Subject: [PATCH 1/2] awful.tag

Re: #664 status [PATCH]

2009-12-22 Thread koniu
0547db73f978432d4d31b4fa2f263008a492bc6a Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Tue, 22 Dec 2009 13:02:29 + Subject: [PATCH] awful.tag: allow unregistering of withcurrent Signed-off-by: koniu gkusni...@gmail.com --- lib/awful/tag.lua.in |9 ++--- 1 files changed, 6 insertions

Re: shifty and 3.4rc

2009-09-27 Thread koniu
On Sat, Sep 26, 2009 at 19:18, Andreas Klöckner li...@informa.tiker.net wrote: shifty doesn't appear to work with 3.4rc1, i.e. I get an unresponsive screen that says AWESOME in the middle. The .xsession-errors file has some warnings about function deprecations, but nothing immediately

[PATCH] 0001-awful.tag-fix-typo-in-viewmore.patch

2009-09-27 Thread koniu
a trivial fix for viewmore() From ee779ae5f3648474e1ccddb511cf3cba10005e9d Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Mon, 28 Sep 2009 03:18:57 +0100 Subject: [PATCH] awful.tag: fix typo in viewmore Signed-off-by: koniu gkusni...@gmail.com --- lib/awful/tag.lua.in |2

Re: Multiple wibox on same 'position'

2009-09-16 Thread koniu
On Wed, Sep 16, 2009 at 10:34, Julien Danjou jul...@danjou.info wrote: Usefulness is questionnable since you can do the same kind of stuff with widget layout. I have some arguments for usefulness - here's one as discussed with farhaven: 15:44 koniu why don't u fix stacking wiboxes at the same

Re: [PATCH] awful: add tooltip

2009-09-08 Thread koniu
Yey, this was on my unofficial todo list but pretty low since I found that naughty is good enough to display the few tooltips I use - very glad someone got it together and implemented it :) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] luadoc client.lua fix

2009-09-02 Thread koniu
%s/@name client./@name / From a0405723c131273ff77a39afcca5f70a95d5a00f Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Wed, 2 Sep 2009 09:46:57 +0100 Subject: [PATCH] luadoc: remove module name from functions in client.lua Signed-off-by: koniu gkusni...@gmail.com --- luadoc

Re: [PATCH + RFC] awful.doc reactivation

2009-09-02 Thread koniu
Another little update on a previously discussed matter: 16:37 koniu lol i tried retrieving keybinding descriptions for the cheat-sheet from descriptions of functions they're bound to and it's unimpressive :) http://omploader.org/vMjlwNg 16:40 koniu too many inline functions in the default rc 16

Re: [PATCH + RFC] awful.doc reactivation

2009-09-02 Thread koniu
On Wed, Sep 2, 2009 at 16:39, Julien Danjoujul...@danjou.info wrote: At 1251904856 time_t, koniu wrote: There's incremental commits that will eventually be squashed. Please do so if you think it reduce the review size. ;) I'll keep the increments for now, since it's easier for me to track

[PATCH] prompt fixes/improvements

2009-09-01 Thread koniu
wonder if anybody apart from me uses it. 0003: makes ^w a bit more useful koniu From 2ebc0564e78aba163d696da84ba7214892d4b7a9 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Mon, 31 Aug 2009 20:34:46 +0100 Subject: [PATCH 1/3] awful.prompt: add 'font' to run() args Also changes

Re: [PATCH + RFC] awful.doc reactivation

2009-09-01 Thread koniu
On Tue, Sep 1, 2009 at 13:05, Julien Danjoujul...@danjou.info wrote: I've a couple of things to add: - awful.{button,key}: you set description only on ret[1], which seems  not right, all returned objects should have a description set. Ha, yes, I don't like this either - it's a hack. It allows

[PATCH + RFC] awful.doc reactivation

2009-08-31 Thread koniu
Heyup. I finally got around to clean up my awful-doc branch a bit. Starting a new thread not to cause too much confusion. Original one is here: http://www.mail-archive.com/awesome-devel@naquadah.org/msg02191.html Current version of the branch is available here:

Re: [PATCH] awful.tag: fix tag history

2009-08-30 Thread koniu
it 2 separate functions seems like an overkill. Can you give some solid arguments for splitting it? Otherwise, the code actually works. :) And even better now, see attached patches. And yeah - sorry for the delay - turned out to be a busy weekend ;]. koniu From

Re: [PATCH] awful.tag: fix tag history

2009-08-27 Thread koniu
as attached. From 067a6ea8ddfe4b5a302a29fe479018f79dc833fd Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 27 Aug 2009 15:03:45 +0100 Subject: [PATCH 1/3] awful.tag: fix tag history This fixes a long standing tag history breakage. To store history of tag switching we rely

Re: [PATCH] awful.tag: fix tag history

2009-08-27 Thread koniu
A little amendment to the 1st patch - typo in a comment + dirty whitespace. k From 275eeb31ab4e2e9badc63cbcf637efff3b0c8a8b Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 27 Aug 2009 15:03:45 +0100 Subject: [PATCH 1/4] awful.tag: fix and improve tag history This fixes a long

Re: [PATCH] awful.autofocus: restore focus on hide/minimize

2009-08-27 Thread koniu
On Tue, Aug 25, 2009 at 14:19, Julien Danjoujul...@danjou.info wrote: At 1251205054 time_t, koniu wrote: Confirmed. However, if you do the same without awesome-client, just from lua prompt the behaviour is as I described. keyboard grab - focusout - - minimize the window RETURN - focusin

Re: [PATCH] awful.autofocus: restore focus on hide/minimize

2009-08-25 Thread koniu
here - just tested with default config. cheers, koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] naughty: port sizing to the new widget margin code

2009-08-25 Thread koniu
my notifications look ugly without it k From 8c245ae57c4961ef8359e9788a6492d8f3dc4505 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Tue, 25 Aug 2009 18:05:05 +0100 Subject: [PATCH] naughty: port sizing to the new widget margin code Signed-off-by: koniu gkusni...@gmail.com

[PATCH] naughty: fix margin when using icon

2009-08-25 Thread koniu
missed one, and sent it to wrong ml. From 11f1b0d22564d930078da5d66c6627a577946d43 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Tue, 25 Aug 2009 20:21:41 +0100 Subject: [PATCH] naughty: fix margin when using icon Signed-off-by: koniu gkusni...@gmail.com --- lib/naughty.lua.in

[PATCH] naughty: fix hover_timeout

2009-08-24 Thread koniu
354fc80108c487902c79bfafb0360f62d194328b Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Tue, 25 Aug 2009 00:19:46 +0100 Subject: [PATCH] naughty: fix hover_timeout Fixes regression since e899ca769610c01073c148112b8e8e5bb72fba45. Signed-off-by: koniu gkusni...@gmail.com --- lib

Re: [PATCH] awful.autofocus: restore focus on hide/minimize

2009-08-24 Thread koniu
Hmm, i did some more testing and this doesn't quite work as expected. I've seen this problem before, prior to signals and all that jazz but I did have it working right with the following hook (where restore_focus is a function like one in autofocus): awful.hooks.property.register(function (c,

Re: [patch] awful.client: add annotation support

2009-08-18 Thread koniu
on my general todolist. I'm not sure what the timescale for 3.4 looks like atm but I would like to try and make it before freeze happens. koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Patch] Fix naughty's margin calculation

2009-07-29 Thread koniu
On Wed, Jul 29, 2009 at 13:41, Uli Schlachterpsyc...@znc.in wrote: no idea when this break, but the attached patch fixes it (for me). Tested with notify-sent, with and without an icon. No idea where this comes from or why it worked before, but it's obviously wrong. Dont ask me:

Re: [Draft] Introduction of Widget Layouts

2009-07-17 Thread koniu
I've updated to see what its like and apart of my widgetbar being a mess, but I have a problem with the naughty patch which renders it unusable under certain condition: W: awesome: event_handle_key:549: error running function: /usr/share/awesome/lib/naughty.lua:385: attempt to perform arithmetic

Re: Receiving SIGABRT when starting a client

2009-07-02 Thread koniu
The lesson here being, watch your upgrades with bleeding edge dependencies and if necessary revert/investigate possibility of upstream upgrade (which seem to follow library release cycle). Sadly enough distros seem to be having issues with this stuff - the same problem popped up in Debian

Re: next branch - titlebar problem with tiled layout

2009-05-31 Thread koniu
On Thu, May 28, 2009 at 14:15, Julien Danjou jul...@danjou.info wrote: Yes, I can reproduce. Could you do some bisect to find where it fails? Frankly I don't have the time to do lots of testing these days but I might get round to it at some point. k -- To unsubscribe, send mail to

Re: [PATCH] awful.util: add linewrap()

2009-05-29 Thread koniu
On Thu, May 28, 2009 at 13:14, Julien Danjou jul...@danjou.info wrote: Pushed. Ay, sorry, forgot to add string to the environment, see amended patch. kk From fa95409bee45053474ab50f0422ca147913dd5ed Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Wed, 27 May 2009 16:49:20 +0100

[PATCH] awful.util: add linewrap()

2009-05-27 Thread koniu
). We could of course deprecate them to make the process smoother but still. In fact, there's a lot more in the namespace that could be unified - think awful.tag.getproperty vs awful.client.property.get - at what stage would we be cleaning all of this up? cheers, koniu From

Re: [PATCH] awful.util: add linewrap()

2009-05-27 Thread koniu
with master before the cleanup (which would then happen in master or maybe a new branch), it's better that we don't have just one function that is called awful.util.string.something() in master for the time being. For this reason I'd say merge it as it is. cheers, koniu -- To unsubscribe, send mail

Re: next branch - wibox removal gives errors

2009-05-27 Thread koniu
This patch seems to help. From 1170df36a4d7d2f04589b4abd2561746db1e05a2 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 28 May 2009 05:30:34 +0100 Subject: [PATCH] wibox: run hook before detaching Signed-off-by: koniu gkusni...@gmail.com --- wibox.c |4 ++-- 1 files

next branch - titlebar problem with tiled layout

2009-05-27 Thread koniu
Another one after last rebase (HEAD 5adb01ae), and not too sure where to look to fix I have a tag with tile bottom layout and 3 clients some of which have titlebars: 1. http://omploader.org/vMXFyOA Whenever I switch to some other tag and back, the arrangement on the slave client gets messed up:

Re: next branch - titlebar problem with tiled layout

2009-05-27 Thread koniu
Forgot to that this was fine before that rebase (as in May 26th). -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] client: allow setting skip_taskbar

2009-05-27 Thread koniu
As per subject. cheers, koniu From 50e6c26eb608694b53bd1aed813246faac21f4c9 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 28 May 2009 06:37:17 +0100 Subject: [PATCH] client: allow setting skip_taskbar Signed-off-by: koniu gkusni...@gmail.com --- client.c |5 + 1

focus problem in next

2009-05-25 Thread koniu
Hello, here's me complaining about next again :P The issue, in general terms, seems to be sloppy focus somehow taking precedence over manage focus. Here's the steps: 1. go to an empty tag (tile layout) 2. open a terminal 3. type something (eg. 111) in, so you know which client is which 4. open

Re: c.hide broken in next

2009-05-25 Thread koniu
On Mon, May 25, 2009 at 16:28, Julien Danjou jul...@danjou.info wrote: At 1243264813 time_t, koniu wrote: jd_, u mess with all those properties :) Did I? :) I've amended the commit responsible of that. Fixed, thanks. Can you do the same magic for c.minimized (same issue)? cheers kk

Re: c.hide broken in next

2009-05-25 Thread koniu
On Mon, May 25, 2009 at 20:39, Julien Danjou jul...@danjou.info wrote: At 1243272624 time_t, koniu wrote: Fixed, thanks. Can you do the same magic for c.minimized (same issue)? Should be ok. Confirmed. Btw, build of current next (6c1d20) went kuku, see patch. From

tag history broken in next

2009-05-25 Thread koniu
With the new select/unselect events the history is always empty? I've attempted to hack a better tag history implementation which would be multi-level and allowed a variable number of tags. The problem I keep facing is that eg. each tag switch with viewonly() triggers a bunch of unselect's by

next branch keybinding weirdness

2009-05-24 Thread koniu
that or at least how to debug it further would be *greatly* appreciated. cheers, koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] 0001-hooks-add-exit-hook

2009-05-24 Thread koniu
xrandr enabling/rotating screens etc). Unfortunately it won't do anything on ctrl-alt-backsp or xserver crash but I guess that's not really possible. thanks, koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] 0001-hooks-add-exit-hook

2009-05-24 Thread koniu
and the patch :P From 625468d430714577ae6ec5a87004442ca7348117 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Sat, 23 May 2009 16:56:41 +0100 Subject: [PATCH] hooks: add exit hook Signed-off-by: koniu gkusni...@gmail.com --- awesome.c |5 + hooks.c | 13

Re: Shifty: Don't create tags on non-existing screens

2009-05-21 Thread koniu
and pushed - thanks :). Also, please let me know if you experience any other issues/weirdness with multi-screen setup and shifty - testing that properly is high on my todo list and I could definitely use some hints from someone who uses multiple screens on a more regular basis. cheers, koniu

Re: Shifty: Don't create tags on non-existing screens

2009-05-20 Thread koniu
to be dynamic, so validation of screen could be done internally. thanks, koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [RFC + PATCH] awful.doc

2009-05-10 Thread koniu
http://git.mercenariesguild.net/?p=awesome.git;a=shortlog;h=refs/heads/awful-doc Nope, I haven't been dead or anything, on the contrary I've made some progress with this stuff. Recent commits in the branch re-organize some functions and make the whole thing a bit smarter. Some of the differences

Re: RFC/Testing: jd/padding branch

2009-05-10 Thread koniu
On Thu, May 7, 2009 at 19:23, Julien Danjou jul...@danjou.info wrote: At 1241720263 time_t, Andrei Thorp wrote: Alright, I'm out of bugs thanks for patience. Good work. And thank you for taking time to test. :) OK, so now its in next and I have no choice but to take that time and test :) One

[PATCH] naughty environment cleanup

2009-05-08 Thread koniu
replaces it, positioning of any further notifications goes to deep misery. This is not easy to track down since I can't watch variable values using... naughty and print doesn't help much these days. koniu From 03fe4ad49e7123749152c435b6192a799099e194 Mon Sep 17 00:00:00 2001 From: koniu gkusni

Re: [PATCH] naughty environment cleanup

2009-05-08 Thread koniu
OK, that was for next and it can as well go to master, here's the patch on top of that. Dunno how it will behave with patches in next tho, maybe better push the 1st one to next and forget this one... your choice B^] koniu From d3b27865c7de7adaac1306a365650d736395d554 Mon Sep 17 00:00:00 2001

[PATCH] naughty bugfix - reindexing on popup removal if no space for a new one

2009-05-08 Thread koniu
After long struggle here it is - applicable to master. I tested it extensively with next branch and it loads/seems to behave once backported to master. Please test briefly if you can. I'm going to sleep. Thanks! koniu From 0b626dabc3fe032983b9ac4620e93931fd459c6a Mon Sep 17 00:00:00 2001 From

Re: [PATCH] naughty environment cleanup

2009-05-08 Thread koniu
On Fri, May 8, 2009 at 13:21, Andrei Thorp gar...@gmail.com wrote: You can write files to relay data pretty reliably, btw. You can then tail -f to have something like stdout... -_- Yes, io.stderr:write() is my new friend :] k -- To unsubscribe, send mail to

naughty in next branch broken after rebase

2009-05-08 Thread koniu
19:27 koniu jd_: u there? next is broken 19:28 koniu this commit (after rebase?) http://git.naquadah.org/?p=awesome.git;a=commitdiff;h=b18238919a838f5c29aab5cf0a093a6e12e0c2f4 mustnt: 19:28 koniu -local idx = idx or #notifications[screen][position] + 1 Corrected version here: http

Re: [ANNOUNCE] awesome 3.3-rc2 released

2009-05-08 Thread koniu
On Fri, May 8, 2009 at 15:48, Alex Cornejo acorn...@gmail.com wrote: am sure debian-unstable has all the packages (since jd probably maintains them, and I believe that's his distro of choice). Anyway, it would be really cool if there was a debian repository with all the awesome dependencies

Re: [RFC + PATCH] awful.doc

2009-05-07 Thread koniu
Work still in progress tho slowed down a bit as I'm stuck with some stuff. I pushed some changes to: http://git.mercenariesguild.net/?p=awesome.git;a=shortlog;h=refs/heads/awful-doc 1. cleanups - split some stuff into separate functions. There's more to come, I'm trying to come up with sensible

Re: [RFC + PATCH] awful.doc

2009-05-07 Thread koniu
On Thu, May 7, 2009 at 19:22, Julien Danjou jul...@danjou.info wrote: At 1241713358 time_t, koniu wrote: Maybe add: local env = _G before you call module() in awful.help. I think I've tried this and concluded that it gets environment of... awful/init.lua. This is not major of the problems

Re: [RFC + PATCH] awful.doc

2009-05-07 Thread koniu
On Thu, May 7, 2009 at 17:22, koniu gkusni...@gmail.com wrote:  local a = loadstring(return env. .. n)() - invariably bitches about indexing global 'env' which is nil (even tho it's not). OK, loadstring works in global environment no matter what, so turns out that a simple: a = loadstring

[PATCH] fix delete in awful.prompt

2009-05-07 Thread koniu
Yo, I've noticed that delete stopped working in prompt recently, this patch fixes it. kk From a6b61838856318fdede51f50df2ec5f5e3f0a273 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 7 May 2009 21:03:04 +0100 Subject: [PATCH] awful.prompt: fix delete Signed-off-by: koniu

Re: [PATCH] fix delete in awful.prompt

2009-05-07 Thread koniu
And we also don't need that comment anymore, here's updated patch. From 20c7666a5b7bf2646bba04a8e0a41287c813c634 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 7 May 2009 21:03:04 +0100 Subject: [PATCH] awful.prompt: fix delete Signed-off-by: koniu gkusni...@gmail.com

Re: [Patch] Export :extents() to master and automagically resize naughtyfications

2009-05-06 Thread koniu
? thanks, koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [RFC + PATCH] awful.doc

2009-05-01 Thread koniu
Quick update (yay!): Anyway here's what I've got so far - NOT QUITE READY FOR MERGING: http://git.mercenariesguild.net/?p=awesome.git;a=shortlog;h=refs/heads/awful-doc 2. should we add shortcut descriptions to default rc.lua I started making this and will soon push it to the branch

[PATCH] 0001-awful.titlebar-allow-titlebar_font-in-themes

2009-04-30 Thread koniu
A quickie allowing users to set a custom titlebar_font in their themes. k From 2b357b7e51d8ea29fe3f47263d05aee8ce8bc96c Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Fri, 1 May 2009 03:16:17 +0100 Subject: [PATCH] awful.titlebar: allow titlebar_font in themes Signed-off

Re: [RFC + PATCH] awful.doc

2009-04-25 Thread koniu
On Sat, Apr 25, 2009 at 13:46, Julien Danjou jul...@danjou.info wrote: At 1240658186 time_t, koniu wrote: I see. Could you explain the rationale? If we where to use this, we could as well limit it to this:  function getdata()    return data  end Yes, that's another possibility. There's

Re: [RFC + PATCH] awful.doc

2009-04-25 Thread koniu
Anyway, remaining questions relating to shortcut documenting: 1. where would we put the default function to display the cheatsheet? (likely requires: awful, beautiful, naughty) 2. should we add shortcut descriptions to default rc.lua 3. what should be the default keybinding for [1]. I'm willing

[RFC + PATCH] awful.doc

2009-04-23 Thread koniu
of writing this post tho at least there's gonna be decent documentation for this module ;]. So you at least skimmed thru all of it? Here's the prize, this is what all of this enables in a format which supposedly is worth more than 1k words: http://silenceisdefeat.com/~koniu/awesome/shots/2009-04-19

[PATCH] 0001-awful.util-add-missing-to-show-pread-in-luadoc.patch

2009-04-23 Thread koniu
A missing '-' prevents awful.util.pread from being show in the api reference. k From b3643d7fdb3908dd6dab4ce978528295ee383631 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 23 Apr 2009 09:12:53 +0100 Subject: [PATCH] awful.util: add missing - to show pread in luadoc Signed

Re: [RFC + PATCH] awful.doc

2009-04-23 Thread koniu
On Thu, Apr 23, 2009 at 11:21, Andrei Thorp gar...@gmail.com wrote: somewhat easier is making Awesome modal -- press a binding to switch your binding mode based on keybinding class. This may or may not make sense, but it's kind of nifty-sounding as a VIM geek. You bet it makes sense,

[PATCH] awful.util-table.join-ignore-nil-arguments.patch

2009-04-18 Thread koniu
Once again, the title reveals it all. I thought it doesn't really need to bail out on something that's supposed to return a table but doesnt. koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] awful.titlebar typo

2009-04-17 Thread koniu
anrxc on irc picked this up, one dot missing k From 24766c8c9ec7d33395949dc697d37b714bc23675 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Fri, 17 Apr 2009 18:45:20 +0100 Subject: [PATCH] awful.titlebar: fix typo --- lib/awful/titlebar.lua.in |2 +- 1 files changed, 1

[PATCH] awful.util.table.concat - name and number of arguments

2009-04-15 Thread koniu
and returns a string of all its elements concatenated with a given separator. To avoid confusion I would rename the function in awful.util to table.join. Patches for both attached. cheers, koniu From b17eb642d8bdd3c6ad4375cc97ceee62e9ecde7a Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date

Re: [PATCH] awful.util.table.concat - name and number of arguments

2009-04-15 Thread koniu
On Wed, Apr 15, 2009 at 21:13, Julien Danjou jul...@danjou.info wrote: At 1239824491 time_t, koniu wrote: Patches for both attached. I agree with you, pushed. Thanks Julien, I'm afraid I didn't do enough testing, turns out to be rtable.insert not table.insert, here's a quickie to amend

[PATCH] awful.widget.taglist: remove needless taglist_squares conditions

2009-04-13 Thread koniu
a name, doesn't it?), so I removed that. kk From 28f06b746fecbb578b606cfd9756d846b12b96e1 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Mon, 13 Apr 2009 11:36:09 +0100 Subject: [PATCH] awful.widget.taglist: remove needless taglist_squares conditions Signed-off-by: koniu gkusni

Re: New Lua object system

2009-04-12 Thread koniu
Good catch, should be fixed now. Works like a charm, death to FS493 :] thanks o/ koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] awful.widget.taglist: dont show name if icon_only property is set

2009-04-12 Thread koniu
Hi, Here's a trivial patch which allows users to have a tag displayed with an icon only if they set 'icon_only' property for it. Choice of the name might not be the best one, but taglist_icon_only seems terribly long for what it is. awful.tag.setproperty(t, icon_only) koniu From

Re: New Lua object system

2009-04-11 Thread koniu
Hey, I've pushed the branch as jd/new-object. I did not found any bug (in fact I fixed half a dozen in the process), but I'd like some test before I merge it into master. Maybe here's one - screen:tags(arg) fails to set the tag table properly for #arg 1. Only the first tag in arg table makes

Re: [PATCH] why hardcode the 'default' tag

2009-04-09 Thread koniu
, with what configuration values (and hopefully a reproducible test case). This way we can try to hunt the issue down. thanks, koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] why hardcode the 'default' tag

2009-04-08 Thread koniu
shifty) possibly knowing what they're doing. I've been using the attached patch for the whole of today and haven't hit any issues. thanks koniu From c0cddd4e24510f4d163d35eca1535bf4d6b79e82 Mon Sep 17 00:00:00 2001 From: koniu gkusni...@gmail.com Date: Thu, 9 Apr 2009 01:04:41 +0100 Subject

Re: key redirection

2008-12-29 Thread koniu
it to the program. I've just commited such a functionnality. \o/ Im gonna have so much fun when I come back from my voyages, thanks =) koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: More patches

2008-12-11 Thread koniu
On Thu, Dec 11, 2008 at 09:39, Julien Danjou [EMAIL PROTECTED] wrote: Kudos for doing such an ungrateful job, Maarten. Ungrateful? He's personally my awesome hero of the month. Keep it up man! koniu ps. sorry for this slight ot, but lists of patches like this just gotta get praise

Re: spawn+tag switch bug

2008-11-27 Thread koniu
library and can do quite a few things, you can also quite easily configure it to emulate static tags and just use the client control functionality. koniu ps. (sorry, had to be done :P) -- To unsubscribe, send mail to [EMAIL PROTECTED]

Re: Lua layouts in next

2008-11-27 Thread koniu
layout is now identical to say tile bottom with only one client - there's a gap between the focused (and only visible) client and the bottom/right edges of the workarea, makes my terminal look real bad so I reverted to next before the lua layouts. Someone is looking into this, right? :) o/ koniu

Re: [EMAIL PROTECTED]: Bug#506803: awesome: naughty's notify should return 'notification']

2008-11-25 Thread koniu
. The attached patch fixes the api doc of destroy and adds an according return statement to notify(). koniu ? Whoa, I made a bug in debian \o/ Anyway, I see you got the returning notification that I pushed earlier http://git.naquadah.org/?p=awesome.git;a=commit;h

Re: Unfocus handling in move-not-unmap patch

2008-11-25 Thread koniu
On Tue, Nov 25, 2008 at 10:32, Julien Danjou [EMAIL PROTECTED] wrote: Now that awesome only move them, they just keep focus. That means that if you switch to an empty tag, that latest window focused stil has the focus and still receive keys event. :) Hey, I noticed this behaviour just recently

Re: [PATCH] naughty: hover_timeout can now be used in notify()

2008-11-24 Thread koniu
And one more tweak, even if clicking the popup runs a function it should still destroy i: http://git.mercenariesguild.net/?p=awesome.git;a=commit;h=3deaafdc512ede2809ed995146735396e6728aa8 http://git.mercenariesguild.net/?p=awesome.git;a=shortlog;h=refs/heads/naughty cheers, koniu

naughty improvements + awful.util file_exists()

2008-11-22 Thread koniu
=06f3155ec11786d36332a00eebc5f9c4d8264bbc All bunch on top of current 'next' in naughty branch: http://git.mercenariesguild.net/?p=awesome.git;a=shortlog;h=refs/heads/naughty Also, courtesy of lwi, naughty icon detection coming! cheers, koniu -- To unsubscribe, send mail to [EMAIL PROTECTED]

Re: naughty improvements + awful.util file_exists()

2008-11-22 Thread koniu
On Sat, Nov 22, 2008 at 16:40, koniu [EMAIL PROTECTED] wrote: And a proposed patch to awful.util that adds a function to check if file exists/is readable: http://git.mercenariesguild.net/?p=awesome.git;a=commit;h=06f3155ec11786d36332a00eebc5f9c4d8264bbc As rightfully suggested by farhaven

[PATCH] add awful.prompt.run() 'selectall'' argument

2008-11-19 Thread koniu
keys, arrows, etc.) will overwrite the prefilled content with the new input. JD, would you like to merge this? Allows easy deletion of prefilled text emulating editbox 'selectall' on focus. cheers, koniu -- To unsubscribe, send mail to [EMAIL PROTECTED]

[PATCH] awful.prompt: add trail space in prompt_text_with_cursor()

2008-11-19 Thread koniu
: textbox before prompt: #term# selectall prompt textbox : #_erm# after pressing end : #term_ Julien, will you accept this one - makes shifty very very very shiny. :) thanks koniu -- To unsubscribe, send mail to [EMAIL PROTECTED]

Re: segfaults with new tag/tasklist

2008-10-21 Thread koniu
I've pushed a fix in a5640330d95ed1ca0393844563f75a79d5368fbf which may, or may not fix that bug. Could you give it a try? Worked! Thanks :) -- To unsubscribe, send mail to [EMAIL PROTECTED]

segfaults with new tag/tasklist

2008-10-20 Thread koniu
to dynamically create tags with shifty, pre-created tags show up fine but first attempt to create a tag on-the-fly results in a segfault. My rc.lua: http://silenceisdefeat.org/~koniu/awesome/rc.lua.trans Shifty needed for it to work: http://silenceisdefeat.org/~koniu/awesome/shifty.lua gdb log

Re: invaders.lua bug report

2008-10-17 Thread koniu
no background pixmap at all. drawing a wibox as a background for the whole game would solve that but i think it has issues of its own. just my 5p. cheers, koniu -- To unsubscribe, send mail to [EMAIL PROTECTED]

Re: naughty - popup notifications for awesome3

2008-10-14 Thread koniu
but unregisters() is not documented anywhere and I have no clue how to refer to a timer once it's been created. Check out current version: http://silenceisdefeat.org/~koniu/naughty.lua It creates a timer for every notification (much better behavior) at the end of notify(), but it should be unregistered