Re: Startup script

2008-10-01 Thread Julien Danjou
it does, because adding such a feature would be like reinventing the wheel. If you want to start program use .xinitrc or .xsession, depending on what you use to start X (startx or a DM). You can also use awful.spawn() at the end of rc.lua. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http

Re: Modkey only binds

2008-10-08 Thread Julien Danjou
than an awesome one. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: hook_manage problem

2008-10-12 Thread Julien Danjou
and apptags and floatapps does not work. I am running awesome (3.0-1) from Debian experimental on sid. At first glance I don't see what's wrong. Add some print at the beginning of your hook and run awesome in a terminal to see what happens? -- Julien Danjou // ᐰ [EMAIL PROTECTED] http

Re: Call for compat layer testing

2008-11-07 Thread Julien Danjou
], mywibox[s].screen = s That's in fact: mywibox[s].widgets = { table } mytextbox, mylayoutbox[s], mywibox[s].screen = s where s = 1, so mytextbox and mylayoutbox[s] gets 1 as value and are no more widget. Just put the end } at the right place and it will be ok :) Cheers, -- Julien

Re: Swapping clients with Mod-C-RET doesn't work (was: Cannot resize floating gimp image save dialog)

2008-11-10 Thread Julien Danjou
At 1226317152 time_t, Tassilo Horn wrote: The rc.lua uses the same here, so I guess the breaking change is not reflected by the standard config file right now. 2 bugs in a row, you're good. :-/ Both fixed, many kudos again. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http

Re: missing awful.hooks.titleupdate.register()

2008-11-18 Thread Julien Danjou
. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Keygrabber in awesome 3.1

2008-11-18 Thread Julien Danjou
At 1227024159 time_t, Nathan Huesken wrote: In 3.1, this does not work anymore. It works if I only test for key == c in the ctrl_c_function. Has the keygrabber function changed? Yes, check for modifiers.Control instead of modifiers[1]. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http

Re: titlebar has not close button in awesome 3.1 anymore

2008-11-20 Thread Julien Danjou
At 1227202493 time_t, Nathan Huesken wrote: But since I upgraded to awesome 3.1, the titlebar has no close button anymore. How can I get the close button back? Watch std{err,out}, you may have errors. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6

Re: titlebar has not close button in awesome 3.1 anymore

2008-11-21 Thread Julien Danjou
old files, and reinstall from scratch. Just to be sure you've a clean env. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Gedit showing in every tag.

2008-11-26 Thread Julien Danjou
sending a xprop output of that window? :) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Gedit showing in every tag.

2008-11-26 Thread Julien Danjou
At 1227705784 time_t, Yo'av Moshe wrote: Well, is there anyway to force it to no be sticky? set .sticky = false. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Gedit showing in every tag.

2008-11-26 Thread Julien Danjou
At 1227694482 time_t, Yo'av Moshe wrote: Attached. It seems like a total mess to me... _NET_WM_STATE(ATOM) = _NET_WM_STATE_MAXIMIZED_VERT, _NET_WM_STATE_MAXIMIZED_HORZ, _NET_WM_STATE_STICKY It requests to be sticky. Probably an option in gedit. -- Julien Danjou // ᐰ [EMAIL PROTECTED

[ANNOUNCE] awesome 3.1-rc4 released

2008-11-28 Thread Julien Danjou
improvement, take a look at the small full changelog. And the default background has also been changed for a new one. People wanting to do some artwork and theme, maybe even a new logo, for awesome, are very welcome. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9

Re: Hook for tag changing

2008-12-01 Thread Julien Danjou
is rotated by 90° Not possible, sorry. (I mean, it's possible in absolute, but not currently.) -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: [TAGS] Hide some tags in the taglist widget

2008-12-01 Thread Julien Danjou
At 1228066082 time_t, Damien Rajon wrote: Is there a way of hiding a tag from the taglist. But still being able to access it ? And this without hacking awful/widget.lua ? If you did read awful.widget code, you know the answer. No, sorry. ;) Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED

Re: Is possible 'autohiding' wibox in awesome ?

2008-12-02 Thread Julien Danjou
and which is the best hook to change it in this issue ? No, it's misdocumented in the API documentation reference actually. The method to use is geometry(). Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

Re: Strange bug with capi.mouse.screen ?

2008-12-02 Thread Julien Danjou
section in xorg.conf looks like this: No clue how that would be revelant. xcb-util is not used, we just use libxcb directly here. I've attached a enhanced version, please give it another try. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C

Re: Strange bug with capi.mouse.screen ?

2008-12-02 Thread Julien Danjou
`pkg-config --libs --cflags xcb` xcb-util-test-mouse.c -o xcb-util-test-mouse Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD #include stdlib.h #include stdio.h #include assert.h #include xcb/xcb_icccm.h int main(int

Re: Tabulous broken, losing windows

2008-12-03 Thread Julien Danjou
was heavily using it and multiple bugs have been reported, without anyone kind enough to go and fix them. And if no one still decides to fix it, it may probably even been removed from master. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974

Re: Again about leaks

2008-12-03 Thread Julien Danjou
. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Again about leaks

2008-12-03 Thread Julien Danjou
disappears. There's probably many other example. -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Again about leaks

2008-12-03 Thread Julien Danjou
At 1228332017 time_t, [AvataR] wrote: I discover that even with default config, if I change between tags many times memory usage grows up But what cairo version do you use? -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE

Re: Again about leaks

2008-12-04 Thread Julien Danjou
not tell Lua). Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Again about leaks

2008-12-04 Thread Julien Danjou
At 1228404426 time_t, Julien Danjou wrote: Try to rerun it, but before exiting, call collectgarbage(). You can call it via wesome-client. It should free most of the RAM allocated I guess. Or it might be a real Lua-leak. I tried, and there's no leak, but there's a huge memory usage. I guess

Re: Again about leaks

2008-12-04 Thread Julien Danjou
At 1228417785 time_t, Julien Danjou wrote: I'll try to make a workaround in the next day. That will probably delay the 3.1 release for a week or so. I've pushed a potential fix in the tasklist-gc branch, testing welcome. Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http

[ANNOUNCE] awesome 3.1-rc5 released

2008-12-05 Thread Julien Danjou
MB to 400 KB). That's I'd say, a good reason to upgrade and test before the final! Cheers, -- Julien Danjou // ᐰ [EMAIL PROTECTED] http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD awesome version 3.1-rc5 has been released. It is available from: tar.gz: http

[ANNOUNCE] awesome 3.1 released

2008-12-12 Thread Julien Danjou
to everyone who helped. It has been wonderful. Happy hacking, and be awesome! [1] I never announced a release data. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD awesome version 3.1 has been released. It is available

Re: Blinking tab

2008-12-20 Thread Julien Danjou
At 1229769035 time_t, Nathan Huesken wrote: Is there some way I can force my tag-list to redraw? Changing a property is enough to get the textbox redrawn. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

Re: keygrabber grabing invoking key

2008-12-25 Thread Julien Danjou
pressed or released, depending on which type of event is received. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Blinking tab

2008-12-25 Thread Julien Danjou
At 1230225077 time_t, Nathan Huesken wrote: Thanks for the reply, but I do not know which properties of the taglist I should change. The background color maybe ? If you change it every second it will be redrawn. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D

Re: keygrabber grabing invoking key

2008-12-26 Thread Julien Danjou
the documentation yourself. :) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: keygrabber grabing invoking key

2008-12-26 Thread Julien Danjou
luadoc. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: key redirection

2008-12-26 Thread Julien Danjou
event to a window. By the way if anyone knows one or several programs/wms doing that kind of stuff, I'd be interested to take a look. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital

Re: Blinking tab

2008-12-26 Thread Julien Danjou
it. That might be something we could change. You can however cheat and simulate that a client gets an urgency hint by using awful.hooks.user.call IIRC to call the hook manually. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE

Re: Dynamic menus

2008-12-29 Thread Julien Danjou
. for such a behaviour, or write your own more complete/different/whatever menu lib :-) (patches welcome) Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: key redirection

2008-12-29 Thread Julien Danjou
and registers corresponding actions) will make it a great environment for portable devices with touchsceens, such as internet tablets. That would be neat. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc

Re: key redirection

2008-12-29 Thread Julien Danjou
. Please, test and report. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Floating clients positioning behaving strange

2009-01-14 Thread Julien Danjou
set mywibox.ontop = false. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Floating clients positioning behaving strange

2009-01-14 Thread Julien Danjou
is false by default. The window can be under the wibox only if it has request to be below explicitely. Or that'd be a bug AFAICT. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Floating clients positioning behaving strange

2009-01-14 Thread Julien Danjou
than 0,0, and you do not either. Use awful.placement to move them in a smart way, or any other way. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: Floating clients positioning behaving strange

2009-01-16 Thread Julien Danjou
the problem. Anyone with i386 or other arch? -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: awful from lua command line

2009-01-18 Thread Julien Danjou
of awesome, which typically goes into ~/.xsession-errors. You should use 'return' echo return 42 | awesome-client will print '42'. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital

Re: Flaw. A new package for Awesome

2009-01-25 Thread Julien Danjou
At 1232798738 time_t, dsoulay...@free.fr wrote: A last word to thank all the contributors to Wicked and to the wiki, which helped me learning Lua and understanding the Awesome environment, and from where I get a lot of code or ideas. Seems like a nice job, well done David. Cheers, -- Julien

Re: What do you do when rc.lua chanes?

2009-01-26 Thread Julien Danjou
to to release. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

[ANNOUNCE] awesome 3.2-rc1 released

2009-02-06 Thread Julien Danjou
, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD awesome version 3.2-rc1 has been released. It is available from: tar.gz: http://awesome.naquadah.org/download/awesome-3.2-rc1.tar.gz md5sum: dd559ac32c136960ac3013660793d09b

Re: [ANNOUNCE] awesome 3.2-rc1 released

2009-02-07 Thread Julien Danjou
scratch. Please, take no offense since so this is nothing personal. You still has the credit of reporting the problems. ;) Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital

Re: [ANNOUNCE] awesome 3.2-rc1 released

2009-02-08 Thread Julien Danjou
will be created if there's a need to release a stable update (3.2.1, etc) anytime. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD signature.asc Description: Digital signature

Re: screen.padding()

2009-02-09 Thread Julien Danjou
At 1234184110 time_t, Frank Blendinger wrote: I guess I have to specify which screen, but where are those defined? In fact `screen' is also an array, which as 'count' method but also indexes. Try screen[1]:padding(). -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D

Re: Change Mod4 key

2009-02-11 Thread Julien Danjou
line in my mind but someone or the manpage will tell. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // This is the end of my signature. signature.asc Description: Digital signature

Re: Desktop icons?

2009-02-13 Thread Julien Danjou
At 1234522908 time_t, Stefano wrote: that's interesting, but how can i tell a wibox to be placed on background? They are by default, unless you set .ontop = true. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: Desktop icons?

2009-02-13 Thread Julien Danjou
At 1234531382 time_t, Stefano wrote: ps. is there a simpler way to know which method/properties you can call to c objects like screen, client, etc than guessing from their .c and .h files? http://awesome.naquadah.org/apidoc/modules/capi.html#awesome -- Julien Danjou // ᐰ jul...@danjou.info

Re: rotate clients into master pane

2009-02-14 Thread Julien Danjou
of switching easily through a queue of windows)? commit c69afaed5893943ccda169d8db15c3a7849813b8 Author: Julien Danjou jul...@danjou.info Date: Sat Feb 14 17:53:03 2009 +0100 awful.client: new cycle() method Signed-off-by: Julien Danjou jul...@danjou.info now does what you want

Re: number of members in lua? (OT)

2009-02-16 Thread Julien Danjou
, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Life is life. Lalalalala. signature.asc Description: Digital signature

Re: number of members in lua? (OT)

2009-02-16 Thread Julien Danjou
At 1234790826 time_t, Matías Graña wrote: So, is it impossible to stop it? What I'd like to do is to tell it to stop. And then, at some point, to resume execution. Then unregister, and register it when you want. ;-) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D

Re: correct way to remove wibox

2009-02-20 Thread Julien Danjou
? You need to assign it nil to screen, and to not hold any reference to it anymore. a = wibox() a = nil Will delete the wibox, whereas: a = wibox() b = a a = nil will not. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: Given a tag, switch to it on all screens

2009-02-24 Thread Julien Danjou
` switch_to_tag_by_number(k) end -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // There is nothing under this line. signature.asc Description: Digital signature

Re: CMAKE_PREFIX_PATH and CMAKE_LIBRARY_PATH

2009-03-02 Thread Julien Danjou
, but it doesn't seem to work when I try setting them as environment vars. What do I have to change in awesomeConfig.cmake to get the desired behavior? You can pass them with -DCMAKE_PREFIX_PATH= at cmake command line. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info

Re: upon switch to desktop, no window is focused

2009-03-11 Thread Julien Danjou
: -- Give focus to the latest client in history if no window has focus -- or if the current window is a desktop or a dock one. if not client.focus then local c = awful.client.focus.history.get(screen, 0) if c then client.focus = c end end which does the job. Cheers, -- Julien Danjou

Re: tasklist button 3 default behaviour

2009-03-17 Thread Julien Danjou
At 1237280364 time_t, Fredrik Ax wrote: Well, ok ... see attached patch against awesomerc.lua.in in the git repository. Thanks, pushed. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // My root password

Re: Omnipresent window

2009-03-17 Thread Julien Danjou
At 1237306863 time_t, Renato Botelho wrote: I'm using version 3.2, I have a doubt, is it possible to have one window omnipresent? e.g. I would like to have pidgin conversations visible on all tags, is there a way to do this? yourclient.sticky = true -- Julien Danjou // ᐰ jul...@danjou.info

Re: Is it a way to switch primary mouse button and secondary button?

2009-03-18 Thread Julien Danjou
At 1237387628 time_t, James Gan wrote: I'm wondering if it's possible to switch mouse to left-hand habit. I just search the archive of this mailing-list but failed to found anything useful. IIRC, xmodmap can do that. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D

Re: Notification daemon

2009-03-19 Thread Julien Danjou
At 1237407630 time_t, Tassilo Horn wrote: BTW: For me, using awesome 3.2, naughty doesn't display a notification if I use notify-send. How can I debug why it doesn't do so? Check dbus is running and that you don't have an error on .xsession-errors. -- Julien Danjou // ᐰ jul...@danjou.info

Re: Notification daemon

2009-03-19 Thread Julien Danjou
the default rc.lua, but there's no explicit dbus registration code in it, right? No, it's in naughty. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // There is nothing under this line. diff --git a/lib/awful

Re: Notification daemon

2009-03-20 Thread Julien Danjou
At 1237492336 time_t, Tassilo Horn wrote: It does! Cool, I've pushed it. Thanks for testing. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // I'm no superman. signature.asc Description: Digital signature

Re: Several questions about awesome 3.2

2009-03-24 Thread Julien Danjou
. Opening a bug report/feature request would be ok so we don't forget to add this feature. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Ferns will rule the world. signature.asc Description: Digital signature

Re: German lecture about tiling window managers in Berlin on March 26

2009-03-27 Thread Julien Danjou
. Anyhow, that was a nice idea. Thanks Lasse. :-) Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // The more we fly, the more we climb, the more we know that heaven is a lie. signature.asc Description: Digital signature

Re: Is wicked obsolete ?

2009-03-27 Thread Julien Danjou
At 1238159677 time_t, giggz wrote: Ok, sorry I found it. Why is not wicked in the debian package ? Because it does not belong here. I'll start an awesome-contrib packages with wicked an other useful modules. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D

Re: dbus system bus

2009-03-30 Thread Julien Danjou
At 1238301410 time_t, Jacob Winther wrote: Are there any plans to change this or am I going about this the wrong way? I think we should change this somehow to include the system bus. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462

Re: Bad charset on tasklist

2009-04-02 Thread Julien Danjou
text, which requires UTF-8 encoded text. awesome tries to convert text, but maybe something is broken on your system. Take a look at stderr also. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much

Re: Bad charset on tasklist

2009-04-02 Thread Julien Danjou
. It should returl COMPOUND_TEXT with ISO encoded string. Or run awesome with LANG=xx_xx.UTF-8 instead. :) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // There is nothing under this line. signature.asc Description

Re: [PATCH 3/3] wibox: kill misuse of phys_screen

2009-04-04 Thread Julien Danjou
only init one systray parent window. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // When I get sad, I stop being sad and be awesome instead. True story. signature.asc Description: Digital signature

Re: taskbar pushed right by floating app

2009-04-12 Thread Julien Danjou
so that it doesn't do that, so it doesn't really bother me. You can also change the window type in Gimp configuration. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signature.asc

Re: libstartup-notification

2009-04-17 Thread Julien Danjou
At 1239979534 time_t, koniu wrote: Btw, here are the bleeding edge dependecies packaged for debian unstable, xcb-util 0.3.4 and sn 0.10: http://silenceisdefeat.com/~koniu/debs/ amd64: http://naquadah.org/~jd/debian/xcb-util/ -- Julien Danjou // ᐰ jul...@danjou.info http

Re: mouse cursors

2009-04-18 Thread Julien Danjou
obviously it's possible. Problem is that we have nothing to use themes icons like libXcursor. Probably a portage of this lib to XCB would be a help. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Ferns will rule

[ANNOUNCE] awesome 2.3.6 released

2009-04-18 Thread Julien Danjou
Hi, This is only for the fun and because Nikos has worked hard on making his two patches. ;-) Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // In the Sixth Sense, Bruce Willis is dead. awesome version 2.3.6

Re: Using $HOME or ~ in theme file

2009-04-18 Thread Julien Danjou
unpackaged libraries flying around. Given yesterday on this list: http://naquadah.org/~jd/debian/xcb-util/ Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Ferns will rule the world. signature.asc Description

[ANNOUNCE] awesome 3.3-rc1 released

2009-05-01 Thread Julien Danjou
on awesome 3.4 now! Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Trust no one. awesome version 3.3-rc1 has been released. It is available from: tar.gz: http://awesome.naquadah.org/download/awesome-3.3-rc1.tar.gz

Re: Pb with the gmplayer window under awesome 3.3

2009-05-03 Thread Julien Danjou
At 1241349181 time_t, giggz wrote: gmplayer is no more maintained, but very usefull! is there a way to avoid this problem under awesome (in the rc.lua ?) ??? Don't set any border_width on it. :) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974

Re: Pb with the gmplayer window under awesome 3.3

2009-05-03 Thread Julien Danjou
someone else this strange behaviour ? This is a bug because the window says that it can be resized, where as resizing it do that. And since you ask the border width to be 1 pixel, awesome reduces the windows by 2 pixel, which make gmplayer draw weird things. Cheers, -- Julien Danjou // ᐰ jul

Re: Awesome segfaulting

2009-05-05 Thread Julien Danjou
?title=Debugging -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Trust no one. signature.asc Description: Digital signature

Re: Binding Mod1 (Alt) + F4 does not work for me

2009-05-06 Thread Julien Danjou
At 1241605816 time_t, tyberius_pr...@coonabibba.de wrote: Do you have any suggestions for me? Yes, add quotes. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // There is nothing under this line. signature.asc

Re: pkg-config doesn't detect packages

2009-05-08 Thread Julien Danjou
-- package 'xcb-keysyms=0.3.4' not found -- package 'xcb-icccm=0.3.3' not found Any help or hints to what may cause this will be appreciated. I bet 2¢ you have old things in /usr/local Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C

[ANNOUNCE] awesome 3.3-rc2 released

2009-05-08 Thread Julien Danjou
, and also memory leaks I fixed earlier today. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // This is the end of my signature. awesome version 3.3-rc2 has been released. It is available from: tar.gz: http

Re: Rodentbane: lua module for keynav-like cursor control

2009-05-11 Thread Julien Danjou
At 1241998728 time_t, koniu wrote: I haven't tried to use mouse events but couldn't get keyboard events to work right either. I think its broken. It is. I just fixed it in git. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462

Re: strangeness when using a tag to index a table

2009-05-16 Thread Julien Danjou
implementation we used in awesome). Starting with 3.3-rc1, this is not true anymore, you can do it. (I hope I'm answering correctly) Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Anna Molly! Anna Molly! Anna Molly

Re: Awesome changing niceness of programs

2009-05-17 Thread Julien Danjou
in portage) on gentoo. Has anyone else had this problem with awesome? You probably use zsh and have the bgnice option set. Since awesome use the shell to start program, they are niced. This is not true starting with 3.3-rc1. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http

Re: Making gkrellm not float [PATCH]

2009-05-18 Thread Julien Danjou
At 1242588030 time_t, koniu wrote: Attached a patch on top of master so that new users can enjoy this starting with 3.3. Pushed. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Ferns will rule the world

[ANNOUNCE] awesome 3.3-rc3 released

2009-05-18 Thread Julien Danjou
issue on weird system fixed, and titlebar icons are partially autogenerated using ImageMagick. There seems to be not so many issue remaining, so I really except final version in ~2 weeks. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C

Re: issues with awesome-git

2009-05-18 Thread Julien Danjou
. XCB does not support XKB yet (Google SoC beginning soon about this), so awesome does not support it either. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // In the Sixth Sense, Bruce Willis is dead

Re: debugging rc.lua

2009-05-24 Thread Julien Danjou
rc.lua, but i cant figure out the place. Is there something like callstack or other debugging technic in lua? It seems a non-existent hook is called. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Trust me

Re: Problem with 3.3-rc3 and functions using ... and arg

2009-05-25 Thread Julien Danjou
, that should be fixed, for sure. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // When I get sad, I stop being sad and be awesome instead. True story. signature.asc Description: Digital signature

Re: Problem with 3.3-rc3 and functions using ... and arg

2009-05-25 Thread Julien Danjou
recompiled lua with the 5.0 vararg style enabled and awesome 3.3-rc3 is running fine. Fine, anyway it's fixed in git now AFAICT. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // The more we fly, the more we climb

[ANNOUNCE] awesome 3.3-rc4 released

2009-05-26 Thread Julien Danjou
settings bad information about their icons. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // The more we fly, the more we climb, the more we know that heaven is a lie. awesome version 3.3-rc4 has been released

Re: New logo / Web site contest

2009-05-27 Thread Julien Danjou
. Nah, it won't. The idea is to keep it simple and light. But currently there's not even a design link between the logo and the website. Even the colors are totally unrelated. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E

Re: 3.3 rc4 run prompt issues

2009-05-28 Thread Julien Danjou
we use glib to spawn programs, I suggest you to use awful.util.spawn_with_shell rather than spawn, it will work as before (but you won't have error reporting). Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: Titlebars for Tabulous

2009-06-01 Thread Julien Danjou
is that tab and all you say, IMHO, is the responsability of the window manager. The points you're suggesting should be solved by hinting the window manager. Not by doing its job. However, I admit most of the hints needed are not formalized as of today. Cheers, -- Julien Danjou // ᐰ jul

[ANNOUNCE] awesome 3.3 released

2009-06-04 Thread Julien Danjou
, in the next couple of months. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Anna Molly! Anna Molly! Anna Molly! awesome version 3.3 has been released. It is available from: tar.gz: http://awesome.naquadah.org/download

Re: [ANNOUNCE] awesome 3.3 released

2009-06-06 Thread Julien Danjou
with it actually. Congrats for the 3.3 release, hope to find debs for it soon to upgrade from my 3.2. Already in. :) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signature.asc Description

Re: Getting tags from $WINDOWID

2009-06-11 Thread Julien Danjou
At 1244732333 time_t, koniu wrote: Something like: echo tgs ='' ; for i,c in ipairs(client.get()) do if c.id == $WINDOWID then for j,t in ipairs(c:tags()) do tgs = tgs .. t.name end; return tgs; end end | awesome-client TOO LATE, BURNED, FAILURE! ;) -- Julien Danjou // ᐰ jul

Re: Getting tags from $WINDOWID

2009-06-12 Thread Julien Danjou
At 1244818197 time_t, Jarrod Lowe wrote: I have only just started using awesome, can you tell? :) Start by installing the latest version. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // Life is life. Lalalalala

  1   2   3   4   5   6   7   8   9   10   >