fosdem

2012-02-05 Thread dodo
just out of curiosity .. is there some kind of an awesome user/dev meeting at fosdem? -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: How to bind switch to most recently viewed tag

2012-02-13 Thread dodo
i modded my modkey+number behavior as well:     awful.key({ modkey }, # .. i + 9,               function ()                     local screen = mouse.screen                     if tags[screen][i].selected then                         return awful.tag.history.restore()                     end      

Re: two volume widget

2012-02-15 Thread dodo
it's not Easter yet, so what's the error? On 15 February 2012 09:55, stardiviner numbch...@gmail.com wrote: I want to have two volume widgets: Master, PCM every volume widget has bar and textbox widget. bellowing code is in my rc.lua. but it has error. I hope you can figure out. Thanks

Re: Shadows below the titlebar

2012-02-28 Thread dodo
Some time ago I implemented titlebars for git/master, using them ever since. https://github.com/dodo/uzful/blob/master/widget/titlebar.lua If somebody is interested I can clean up the code a little bit further and provide a patch for upstream. -- dodo On 27 February 2012 16:27, Renato Botelho

uzful.restore

2012-04-11 Thread dodo
hey guys, i just want to let you know that i wrote a little tool to restore a previous awesome session. https://github.com/dodo/uzful/blob/master/restore.lua when awesome shuts down it saves all window states in a file and tries to restore them on next start. so all window states survive

Re: Awesome Development Version vs Awesome 3.4

2012-05-03 Thread dodo
run into 2 issues specifically. What happened to widget.layouts? wibox.layout happened to it. Works quite different, is IMHO way more flexible and everyone out there will hate me because it breaks their config. they don't have to: https://github.com/dodo/uzful/blob/master/layout/util.lua

Re: awful.widget.graph scrolling direction

2012-05-14 Thread dodo
On 11 May 2012 22:57, basilio basi...@gmx.com wrote: Hi to all. Looks like a comprehensive documentation is not what for we much like awesome WM. Can someone give me a clue how to reverse scrolling direction in awful.widget.graph object (I use it to show processor load if this can help)? In

Re: Prevent window switching to better concentrate

2013-07-13 Thread dodo
On Saturday 13 July 2013 18:21:04 Kasimir Knallkopf wrote: Hi, What's the easiest way to realize this functionality, since I keep getting distracted quite frequently? I want to prevent myself from switching to a different application for a given amount of time while working on something.

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-14 Thread dodo
shed some light on this. thanks to Alexander for doing it. Dodo, why does awful.menu allow the functions for executing menu entries to return false in which case the menu isn't closed? What bad would happen if that is removed? nothing bad would happen i guess ... but counter question first

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-20 Thread dodo
On 18 April 2012 18:23, Uli Schlachter psyc...@znc.in wrote: On 15.04.2012 04:53, dodo wrote: sorry,  for the late response .. Sorry, too. My internet connection broke. :-( On 26 March 2012 17:28, Uli Schlachter psyc...@znc.in wrote: [...] Dodo, why does awful.menu allow the functions

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-20 Thread dodo
On 20 April 2012 17:30, Uli Schlachter psyc...@znc.in wrote: On 20.04.2012 15:18, dodo wrote: On 18 April 2012 18:23, Uli Schlachter psyc...@znc.in wrote: On 15.04.2012 04:53, dodo wrote: 2. add awful.keygrabber which would handle a stack and `route` the key events to the right widget. So

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-21 Thread dodo
On 21 April 2012 09:49, Uli Schlachter psyc...@znc.in wrote: On 21.04.2012 09:09, Anurag Priyam wrote: On Sat, Apr 21, 2012 at 9:20 AM, dodo dodo.the.l...@googlemail.com wrote: not quite. you tell awful.keygrabber that you want keys but if someone after you asks for keys as well he will get

awesome --version with lua --version

2012-04-23 Thread dodo
with the perhaps upcoming port to lua 5.2 i thought it would be helpful for future debugging to see the lua version awesome was build with. 0001-common-version.c-show-lua-release.patch Description: Binary data

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-04-30 Thread dodo
the event bubbling behavior too. i hope you're pleased with the doc :) -- dodo 0001-awful.keygrabber-capi.keygrabber-stack.patch Description: Binary data 0002-use-awful.keygrabber-in-awful.menu.patch Description: Binary data 0003-use-awful.keygrabber-in-awful.prompt.patch Description: Binary

Re: [PATCH] Menubar enhancements

2012-05-06 Thread dodo
.. :) All these patches work on my machine, so should work on yours as well. Cheers, Ignas A. -- dodo @ignas, sorry for the spam :P 0008-Menubar-use-awful.prompt-proper-api-to-perform-an-ac.patch Description: Binary data

Re: [PATCH] Menubar enhancements

2012-05-06 Thread dodo
patch 0008 fixes. I bet it will be something stupid. Like me breaking setslave() by forgetting a c. How about creating a feature request like Port Awesome to Wayland and replace Metro on W8 or Change scripting language from Lua to PHP? -- dodo sorry for the lazy testing -- To unsubscribe, send

Re: [PATCH] Menubar enhancements

2012-05-06 Thread dodo
On 6 May 2012 18:54, Ignas Anikevicius anikevic...@gmail.com wrote: Hello, On 06/05/12 17:36, dodo wrote: Patch4 should fix the Bug #993 as well. this only fixes the bug because you removed the 'return' from 'return perform_action(shownitems[current_item])' :P perform_action should return

Re: [PATCH] Menubar enhancements

2012-05-07 Thread dodo
On 7 May 2012 22:25, Alexander Yakushev a...@bytopia.org wrote: All right, found it. Patch is attached. Thanks to dodo for the directions. no problem, but .. why let you spawn and hide stay in there? i mean, now that it returns false, it will invoke hide a second time, because we said prompt