Shutdown of this awesome mailing list

2016-10-23 Thread Julien Danjou
to thank everyone who participated in this adventure. You can still track the project on GitHub² obviously, where much of the development activity is happening these days. Cheers, and happy hacking! ¹ https://github.com/awesomeWM/awesome-www/issues/8 ² https://github.com/awesomeWM -- Julien

Re: Lua versus any other programming language

2015-12-22 Thread Julien Danjou
ugh! :) Cheers, -- Julien Danjou // Free Software hacker // https://julien.danjou.info signature.asc Description: PGP signature

Closing this list.

2015-03-19 Thread Julien Danjou
Hi, Due to the very low traffic this list had in the last months, I'm now closing it in favor of the general list awes...@naquadah.org which ought to be enough. Cheers, -- Julien Danjou # Free Software hacker # http://julien.danjou.info signature.asc Description: PGP signature

Re: Modkey + O doesn’t switch screen

2015-03-16 Thread Julien Danjou
wrong? This looks like this configuration enables Zaphod mode, which makes X and awesome manipulate two _independent_ screens. What you want is Xinerama/XRandR instead which merges both screen in one virtual. See http://nouveau.freedesktop.org/wiki/MultiMonitorDesktop/ for more info. -- Julien

No more notifications from FlySpray

2015-03-15 Thread Julien Danjou
Hi there, As I plan the merge of this list with the general awesome user mailing list, I've disabled FlySpray notifications on this list. Happy hacking, -- Julien Danjou /* Free Software hacker http://julien.danjou.info */ signature.asc Description: PGP signature

awesome moving to GitHub

2014-11-24 Thread Julien Danjou
to precise that you can also open pull requests instead of sending patches on the awesome-devel mailing list. Let me know if you have any question and/or suggestions. Happy hacking, -- Julien Danjou ;; Free Software hacker ;; http://julien.danjou.info signature.asc Description: PGP signature

awesome moving to GitHub

2014-11-24 Thread Julien Danjou
to precise that you can also open pull requests instead of sending patches on the awesome-devel mailing list. Let me know if you have any question and/or suggestions. Happy hacking, -- Julien Danjou ;; Free Software hacker ;; http://julien.danjou.info signature.asc Description: PGP signature

Re: [ANNOUNCE] awesome 3.5.2 released

2013-10-14 Thread Julien Danjou
dependency) That's fantastic guys, keep going Uli! -- Julien Danjou -- Free Software hacker - independent consultant -- http://julien.danjou.info signature.asc Description: PGP signature

Re: autopkgtest for lua-lgi (and awesome)

2013-09-16 Thread Julien Danjou
mailing list to this purpose. -- Julien Danjou # Free Software hacker # independent consultant # http://julien.danjou.info signature.asc Description: PGP signature

Re: Patches for the 2.3 branch

2013-05-24 Thread Julien Danjou
On Fri, May 24 2013, Gregor Best wrote: Attached is another patch that fully changes the default mwfact from .5 to .618. I seem to have missed quite a few places in the first iteration. Pushed. -- Julien Danjou -- Free Software hacker - freelance consultant -- http://julien.danjou.info

Re: Patches for the 2.3 branch

2013-05-23 Thread Julien Danjou
, it replaces a usage of atoi with strtol and strtok with strsep, which are similar functions that allow more fine grained error detection and (with strsep) are implemented cleaner in most libc implementations. Man, UICB, I forgot about those. Now I feel like 2007 again. Pushed. -- Julien

Re: Patches for the 2.3 branch

2013-05-22 Thread Julien Danjou
, except: Subject: [PATCH 5/6] Replace obsolete XKeycodeToKeysym I wonder if you shouldn't change configure.ac, since I don't think we used to depend on Xkb. -- Julien Danjou /* Free Software hacker * freelance consultant http://julien.danjou.info */ signature.asc Description: PGP signature

Re: [ANNOUNCE] awesome 3.5.1 released

2013-04-01 Thread Julien Danjou
On Mon, Apr 01 2013, Uli Schlachter wrote: P.S.: JD, could you please upload the tarballs to naquadah.org and update the website? There seem to be some problems with unix permissions again... As said on IRC, I've fixed it in a permanent way (I hope). :) -- Julien Danjou -- Free Software

Re: Unicode support in awful.prompt

2012-11-01 Thread Julien Danjou
ninja techniques, Uli. -- Julien Danjou // Free Software hacker freelance // http://julien.danjou.info pgpPUOrKfIgyJ.pgp Description: PGP signature

Re: Release next major version - how bad could it be?

2012-10-13 Thread Julien Danjou
can build some sort of titlebars using Lua. -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info pgpwmUXPLy8O5.pgp Description: PGP signature

Re: Release next major version - how bad could it be?

2012-10-12 Thread Julien Danjou
On Fri, Oct 12 2012, Uli Schlachter wrote: This is where it all started: commit 371ee3e8cc0d7d315e822d4c6f131b068b39f380 Author: Julien Danjou jul...@danjou.info Date: Thu Sep 17 15:05:53 2009 +0200 titlebar: remove Signed-off-by: Julien Danjou jul...@danjou.info So

Re: PATCH: Fix debug.dump

2012-08-31 Thread Julien Danjou
On Fri, Aug 31 2012, Alexander Yakushev wrote: A little fix, bug was introduced when we all moved away from using modules. Thanks, pushed. -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info pgp1RlqQA5Mqs.pgp Description: PGP signature

Re: [PATCH] Remove incorrect comment from awesomeConfig.cmake

2012-08-28 Thread Julien Danjou
On Tue, Aug 28 2012, Steven Oliver wrote: The attached patch is pretty vanilla. The comment states that CMake will lie about which version of Lua it found. That is no longer the case. Thanks, applied to master and 3.4 branches. -- Julien Danjou # Free Software hacker freelance # http

Re: Occasional Segfaults

2012-08-06 Thread Julien Danjou
On Mon, Aug 06 2012, Ellie Frost wrote: I just got this out of gdb -p $(pgrep awesome) You need to type bt or bt full at the prompt after the segfault to get a backtrace. -- Julien Danjou # Free Software hacker freelance # http://julien.danjou.info pgpjROV1P5xmt.pgp Description: PGP

Re: Is the mouse button pressed?

2012-08-02 Thread Julien Danjou
the button status too in the returned table: mouse.coords[1] is true or false according to the status of button 1, etc. -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info pgpD2Gv3ayRTz.pgp Description: PGP signature

Re: blacklisting systray icons

2012-07-29 Thread Julien Danjou
, unfortunately. -- Julien Danjou // Free Software hacker freelance // http://julien.danjou.info pgp3U58Msjr5T.pgp Description: PGP signature

Re: blacklisting systray icons

2012-07-29 Thread Julien Danjou
On Sun, Jul 29 2012, wojtek danilo wrote: And is there maybe a linux way to block some applications from displaing thie icons on systray? Neither. :( -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info pgp5yGpMkj8MV.pgp Description: PGP signature

Re: Lets get rid of awsetbg?

2012-07-24 Thread Julien Danjou
class and a property of all screens. But actually screens always return the same root so for i from 0 to screen.count() then screen[0].root == screen[i].root. -- Julien Danjou /* Free Software hacker freelance http://julien.danjou.info */ pgpcMQ7Vsb9YS.pgp Description: PGP signature

Re: [PATCH] wallpaper.c: capability from within Awesome

2012-07-24 Thread Julien Danjou
. That's cool, but why didn't you implement this on top of root.wallpaper() function and using XCB? :( -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info pgpi4wcCScZkh.pgp Description: PGP signature

Re: [PATCH] wallpaper.c: capability from within Awesome

2012-07-24 Thread Julien Danjou
. No need to use Imlib2 to draw. -- Julien Danjou /* Free Software hacker freelance http://julien.danjou.info */ pgp1wFuPfA3ro.pgp Description: PGP signature

Re: Lets get rid of awsetbg?

2012-07-23 Thread Julien Danjou
) And just write the C code setting the wallpaper when .background is modified, and returning a new image if something wants to read the background. That should not be hard. -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info pgpu0sSwfjxTS.pgp Description: PGP signature

Re: Lets get rid of awsetbg?

2012-07-23 Thread Julien Danjou
to be actually the case, that's sad, because I think it would makes sense, even for key/button bindings and in our case for getting geometry. WDYT Uli? -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info pgpL6mY1R7boy.pgp Description: PGP signature

Re: Wiki cleanup

2012-07-18 Thread Julien Danjou
On Wed, Jul 18 2012, Vincent Bernat wrote: Unfortunately, for some of them, the configuration is not available anymore. Is it OK to remove them in this case? Sure, it's a wiki, do what the hell you think is right. :) -- Julien Danjou # Free Software hacker freelance # http

[ANNOUNCE] awesome 3.4.13 released

2012-07-15 Thread Julien Danjou
Hey folks, A new awesome arrives! This is mainly to fix a regression introduced while fixing FS#1011 in v3.4.12. Happy hacking, -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info awesome version 3.4.13 has been released. It is available from: tar.xz: http

[ANNOUNCE] awesome 3.4.13 released

2012-07-15 Thread Julien Danjou
Hey folks, A new awesome arrives! This is mainly to fix a regression introduced while fixing FS#1011 in v3.4.12. Happy hacking, -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info awesome version 3.4.13 has been released. It is available from: tar.xz: http

Re: Greetings, Thanks Questions: How to main client focus in between screen focusing?

2012-07-02 Thread Julien Danjou
On Sun, Jul 01 2012, Nicholas Dudfield wrote: - whenever focusing to another screen using awful.screen.focus_relative(1) it ALWAYS FOCUSES ON THE TOP LEFT client That works fine here. But do you have a wibox (statusbar) on top of your screen or not? I suspect a bug of this nature

Re: Change layout on the fly

2012-07-02 Thread Julien Danjou
On Mon, Jul 02 2012, wojtek danilo wrote: is it possible (and if is how) to change the layout at runtime in awesome with shortcut? lets say I want to change the layout of currently displayed tag to awful.layout.suit.floating? Mod4+space It's in the manpage I think. :) -- /* Julien Danjou

Re: [PATCH] Yet another lua call without prefixed module

2012-06-25 Thread Julien Danjou
On Sun, Jun 24 2012, Arvydas Sidorenko wrote: Pushed. -- Julien pgprIOUssksWo.pgp Description: PGP signature

Re: Lua 5.2 compatibility pull request

2012-06-15 Thread Julien Danjou
On Fri, Jun 15 2012, Arvydas Sidorenko wrote: Here are the changes of lua code to make Awesome compatible with lua 5.1 and 5.2. I've been running it on both lua versions and on default settings haven't noticed any instability. If you are using vicious you probably will notice some funny

Re: Lua 5.2 compatibility pull request

2012-06-15 Thread Julien Danjou
On Fri, Jun 15 2012, Uli Schlachter wrote: So everything but the Ported foo to lua 5.2-commits are OK? Shall we cherry-pick some of them? (Assuming that Arvydas doesn't mind us breaking his git history) That's only leave: Replaced deprecated math.mod to math.fmod Changed unpack in

Re: Tag Switching Mildly Broken in 3.4.12

2012-06-13 Thread Julien Danjou
On Wed, Jun 13 2012, Uli Schlachter wrote: I just stared for 10 minutes at the commits between 3.4.11 and 3.4.12. None of them pleads guilty. Can you build awesome yourself? In that case you could do a git bisect for this issue. Also, please show us your rc.lua (or is there someone out there

Re: Lua 5.2 compatibility pull request

2012-06-12 Thread Julien Danjou
On Tue, Jun 12 2012, Arvydas Sidorenko wrote:       Wrapped luaL_register Not merged, as you say in the commit message, there's a TODO point and I'm not sure it works correctly then. That function has three commits which you have recognized. They suppose to be squashed, but I didn't know

Re: Lua 5.2 port

2012-06-11 Thread Julien Danjou
On Mon, Jun 11 2012, Arvydas Sidorenko wrote: I ported Awesome to Lua v5.2. The fork is here: https://github.com/Asido/AwesomeWM To please your eyes here: http://img88.imageshack.us/img88/1704/wootk.png Be aware that up to this point the repo hold C code changes only. I haven't pushed Lua

Re: Lua 5.2 port

2012-06-11 Thread Julien Danjou
On Mon, Jun 11 2012, Arvydas Sidorenko wrote: Keeping Lua 5.1 compatibility is absolutely crucial since making Awesome v5.2-only would be pointless and harmful. Every single push was tested to make sure nothing got broken. That's really fantastic then, especially if you did several commits

Re: Lua 5.2 port

2012-06-11 Thread Julien Danjou
On Mon, Jun 11 2012, Arvydas Sidorenko wrote: I'll make sure you do :) As a matter of fact the current patches could be merged right now. All changes are pretty much making Lua embedding in compatible way. The change you will notice is that Awesome starts to compiles having Lua 5.2 Then feel

Re: [PATCH] Get mousegrabber running state

2012-06-06 Thread Julien Danjou
On Wed, Jun 06 2012, Sébastien Luttringer wrote: Add a function mousegrabber.isrunning() which return a boolean state of mousegrabber Pushed, thanks! -- Julien pgpPWcgspbixA.pgp Description: PGP signature

Re: [PATCH] Get keygrabber running state

2012-06-06 Thread Julien Danjou
On Wed, Jun 06 2012, Sébastien Luttringer wrote: Add a function keygrabber.isrunning() which return a boolean state of keygrabber Pushed, thanks! -- Julien pgpnjGqN6QOqj.pgp Description: PGP signature

Re: [Patch] Switch from oocairo/oopango to lgi

2012-05-29 Thread Julien Danjou
On Sun, May 27 2012, Uli Schlachter wrote: What do others think about these patches? Any major objections which I will have to ignore when I push? :-P I feel like riding a magical sugar pony. -- Julien pgp5OhnNMzSEV.pgp Description: PGP signature

Re: awesome --version with lua --version

2012-04-23 Thread Julien Danjou
On Mon, Apr 23 2012, dodo wrote: 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. It'd be better to say Compiled against Lua %s. -- Julien pgpIVwlv6TgYN.pgp Description: PGP signature

Re: awesome --version with lua --version

2012-04-23 Thread Julien Danjou
On Mon, Apr 23 2012, Gwenhael Le Moine wrote: What is printed if lua has been upgraded but awesome wasn't recompiled after? The same thing, that's way I wrote Compiled against Lua %s not Running with Lua %s. And is it the role of awesome to give lua's version? I'd say that this doesn't

Re: awesome --version with lua --version

2012-04-23 Thread Julien Danjou
On Mon, Apr 23 2012, dodo wrote: any improvements/critics for the new patch? :) Now you're saying Compiled against but you're showing the version used to run awesome, not to compile. :-) -- Julien pgprvBuBzDsMZ.pgp Description: PGP signature

Re: Spawning processes, handling their output non-blocking and separated by stdout/stderr

2012-04-05 Thread Julien Danjou
On Wed, Apr 04 2012, Uli Schlachter wrote: people occasionally complain about awesome awesome.spawn() (and the wrappers awful.util.spawn() and spawn_with_shell()). They want more control over the argument array that is passed to the new process. They want to handle stdout and stderr

Re: Spawning processes, handling their output non-blocking and separated by stdout/stderr

2012-04-05 Thread Julien Danjou
On Wed, Apr 04 2012, Uli Schlachter wrote: people occasionally complain about awesome awesome.spawn() (and the wrappers awful.util.spawn() and spawn_with_shell()). They want more control over the argument array that is passed to the new process. They want to handle stdout and stderr

Re: awesome 3.5?

2012-03-26 Thread Julien Danjou
On Sun, Mar 25 2012, Uli Schlachter wrote: Wow. It's been three years and now our overlord jd wants to make people unhappy with their broken configs again. :-) Maybe we could limit that this time? :) AFAIR it was you who taught me that titlebars are our big release blocker. Now that

Re: [PATCH 1/3] Remove encoding=utf-8 from Vim modelines

2012-03-26 Thread Julien Danjou
On Sun, Mar 25 2012, cmt...@gmail.com wrote: Pushed. -- Julien pgpPnsb8sTkO3.pgp Description: PGP signature

Re: awesome 3.5?

2012-03-26 Thread Julien Danjou
On Mon, Mar 26 2012, Uli Schlachter wrote: Now what I did for awesome: I didn't feel like adding a special case for ARGB visual windows, hence I made the WM always use an ARGB visual for its window (and the special case disappeared!). However, now I hit bugs in my video driver where parts of

Re: Certificates and the awesome home page

2012-03-09 Thread Julien Danjou
On Thu, Mar 08 2012, Uli Schlachter wrote: These alt names make the certificate valid for more than just its subject's common name. I've reissued a certificate for *.naquadah.org. Does that help a bit? No idea how much fixing the above helps, but it might be worth a try. Also, I guess we

Re: Certificates and the awesome home page

2012-03-09 Thread Julien Danjou
On Fri, Mar 09 2012, Marco wrote: Brilliant. Now the warning page still informs the user that the site is not trusted. But a new button appeared labeled “I still want to proceed”. That's not the best possible user experience, but it enables to enter the page and is a big step

Re: Shadows below the titlebar

2012-02-28 Thread Julien Danjou
. I'd like to have Uli opinion on that. :) -- Julien Danjou pgp4YxCMad0vX.pgp Description: PGP signature

Re: Shadows below the titlebar

2012-02-28 Thread Julien Danjou
. I'd like to have Uli opinion on that. :) -- Julien Danjou pgpRqrJ16oYFA.pgp Description: PGP signature

Re: Need help submitting menubar

2012-02-20 Thread Julien Danjou
matter as long as the license is GPL compatible. -- Julien Danjou pgpOuozZwzXeC.pgp Description: PGP signature

Re: awesome in Linux Action Show S04E20

2012-01-30 Thread Julien Danjou
On Mon, Jan 30 2012, Piotr Ozarowski wrote: FYI: http://www.jupiterbroadcasting.com/16411/awesome-window-manager-las-s20e04/ It starts at 0:50:00, and it's very fun. :) -- Julien Danjou pgpwMrWn2WNV9.pgp Description: PGP signature

Re: Missing line numbers and more weirdness with vim

2012-01-26 Thread Julien Danjou
with another one? -- Julien Danjou pgpDP22WvW37d.pgp Description: PGP signature

Re: Awesome wm in Kindle Touch!

2012-01-20 Thread Julien Danjou
On Fri, Jan 20 2012, Perry Hargrave wrote: But if they made custom modules that only use awful they don't have to make that available, right? Since awful is GPL, I *think* they would have to. -- Julien Danjou pgpgmkoXoH2ji.pgp Description: PGP signature

Re: Awesome wm in Kindle Touch!

2012-01-19 Thread Julien Danjou
the device: https://dl.dropbox.com/u/2992761/rc.lua This is really awesome. Thanks Kan-Ru. -- Julien Danjou pgpWDLKGT0ihY.pgp Description: PGP signature

Re: Awesome wm in Kindle Touch!

2012-01-19 Thread Julien Danjou
On Tue, Jan 17 2012, Kan-Ru Chen wrote: And here is the rc.lua extracted from the device: https://dl.dropbox.com/u/2992761/rc.lua Do you know were are the sources for the lab126_* libs? -- Julien Danjou pgpvN5N5F6Xd6.pgp Description: PGP signature

Re: Awesome wm in Kindle Touch!

2012-01-19 Thread Julien Danjou
On Thu, Jan 19 2012, Kan-Ru Chen wrote: Yes, they are in the same directory of rc.lua: Hum, but they're not provided on the web site? They come extracted from the device, don't they? -- Julien Danjou pgpyk9XNnj4sm.pgp Description: PGP signature

Re: ANN: Menubar - decent application menu for Awesome

2012-01-10 Thread Julien Danjou
contributors and people cleaning the code for you if it's in awesome rather than if it's in a corner. :) -- Julien Danjou pgpIIXXmaYfl5.pgp Description: PGP signature

Re: replace one Mod4 with Fn key on keyboard.

2011-12-14 Thread Julien Danjou
* to replace Windows key with Fn. You need to grab the keysym of this key via xev, and use xmodmap to bind it to a modifier key, typically Mod4. -- Julien Danjou pgpnlSYM14UHE.pgp Description: PGP signature

Re: replace one Mod4 with Fn key on keyboard.

2011-12-14 Thread Julien Danjou
as XF86WakeUp :) But I admit that it's rare, indeed, that the Fn key can be grabbed by X. -- Julien Danjou pgpgAtvFlJ7Iq.pgp Description: PGP signature

Re: Ideas for improving awful.remote

2011-12-06 Thread Julien Danjou
to me. That'd be great, and seems like a nice challenge indeed. :) -- Julien Danjou pgpokI6740Fl4.pgp Description: PGP signature

Re: [PATCH] italian translation

2011-12-01 Thread Julien Danjou
On Thu, Dec 01 2011, Gianluca Fiore wrote: I noticed the manpages lacked the italian translation so I added one. Please review, thanks. Pushed. Grazie mille. -- Julien Danjou pgpEWpJKnIx4R.pgp Description: PGP signature

Re: [ANNOUNCE] awesome 3.4.11 released

2011-11-23 Thread Julien Danjou
On Wed, Nov 23 2011, Adrian C. wrote: What happens if you don't require naughty. Is it gracefully handled? It's in the default rc.lua, so if you don't require naughty, you are supposed to delete that code too. -- Julien Danjou pgpfmptfTfxWN.pgp Description: PGP signature

Re: [ANNOUNCE] awesome 3.4.11 released

2011-11-23 Thread Julien Danjou
On Wed, Nov 23 2011, Adrian C. wrote: What happens if you don't require naughty. Is it gracefully handled? It's in the default rc.lua, so if you don't require naughty, you are supposed to delete that code too. -- Julien Danjou pgpG3gZ1mop80.pgp Description: PGP signature

Re: Management of disconnected Monitors

2011-11-15 Thread Julien Danjou
. :) You can probably check that via the xrandr command. -- Julien Danjou pgpXaUGrN9ujE.pgp Description: PGP signature

Re: naughty calendar is naughty

2011-11-08 Thread Julien Danjou
know. Actually it's more likely a bug in cal. It should not try to output terminal escape sequences if isatty() returns 0. But: $ cal | cat Does not highlight today here, so maybe your cal is buggy? -- Julien Danjou pgpIbMlJ4LTbO.pgp Description: PGP signature

Re: Discussion list

2011-11-07 Thread Julien Danjou
mode in this mailing list software. -- Julien Danjou pgpa42V1KESXv.pgp Description: PGP signature

Re: Maximise window moving

2011-10-26 Thread Julien Danjou
On Wed, Oct 26 2011, Perry Hargrave wrote: Is this the same as fs#917? https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=917 Looks so. We should release 3.4.11 now I guess. -- Julien Danjou pgpbaDBStoOB3.pgp Description: PGP signature

Re: Maximise window moving

2011-10-25 Thread Julien Danjou
speed. This isn't a problem to me.. I just do not move maxmized windows, I'm just repport cuz does not seems to be the expect behavior... No, it's a funny bug. You should report it on the bug tracking system: http://awesome.naquadah.org/bugs/ -- Julien Danjou pgpyixPT5eoru.pgp Description

Obvious and ALSA

2011-10-21 Thread Julien Danjou
environment variable. WDYT? -- Julien Danjou pgpTkU4e6fqu6.pgp Description: PGP signature

Re: Obvious and ALSA

2011-10-21 Thread Julien Danjou
On Fri, Oct 21 2011, Daniel Silverstone wrote: On Fri, Oct 21, 2011 at 03:16:40PM +0200, Julien Danjou wrote: Removing pulseaudio resolved the problem for now, but I think we should do something in obvious to avoid that, like unsetting the DISPLAY environment variable. Why not simply defer

Re: Obvious and ALSA

2011-10-21 Thread Julien Danjou
On Fri, Oct 21 2011, Uli Schlachter wrote: @jd: Are you on the 3.4 branch or is your git clone just too old? Did I break your config badly enough to make you switch to 3.4? :-) Yeah, I'm on 3.4 for a long time now. :) -- Julien Danjou pgpuD11oBLIWw.pgp Description: PGP signature

Re: Can awesome using X font server fonts

2011-10-19 Thread Julien Danjou
://en.wikipedia.org/wiki/X_Font_Server -- Julien Danjou pgpnn7jL0GfMh.pgp Description: PGP signature

Re: (not awesomeWM) Easy shift / ctrl / AltGr ... hack

2011-10-10 Thread Julien Danjou
. :) -- Julien Danjou pgpyRWw55wfAa.pgp Description: PGP signature

Re: Different behavior of lua_setmetatable with luajit

2011-10-10 Thread Julien Danjou
types. :) My current plan would be to turn this into a real userdata which just contains a pointer to the screen_t* and add an __eq entry to the metatable so that comparing screens still works. That's the best plan. :) -- Julien Danjou pgpniWsemanj3.pgp Description: PGP signature

Re: (not awesomeWM) Easy shift / ctrl / AltGr ... hack

2011-10-08 Thread Julien Danjou
at their home postion. I don't understand: What is the difference with doing this: $ xmodmap -e add Shift = space -- Julien Danjou pgp8GBCHDVj5f.pgp Description: PGP signature

Re: quick question

2011-10-06 Thread Julien Danjou
to start working with it. The immediate question I have is how configurable is the taskbar (the bar at the top containing the awesome button, the tags, etc)? For example, would I be able to add/remove tags, the awesome button, or the bar entirely? Yes. You can even write your own. -- Julien Danjou

Re: quick question

2011-10-06 Thread Julien Danjou
until a sequence of keys were pressed to show it while triggering a fade in effect? Yes you can, the colors support an alpha channel, and the background is a color. :) -- Julien Danjou pgp9kYuUIQHii.pgp Description: PGP signature

Re: New user - crash on startup

2011-09-19 Thread Julien Danjou
, you probably have another software running that grabbed some key combination, so awesome cannot grab them too. It's not fatal, but some keybinding won't work. -- Julien Danjou pgpjn0rd4Q0EU.pgp Description: PGP signature

Re: New user - crash on startup

2011-09-19 Thread Julien Danjou
printing these lines? -- Julien Danjou pgpgH2W5CFuw7.pgp Description: PGP signature

Re: Wibox widget list change at runtime

2011-09-19 Thread Julien Danjou
On Mon, Sep 19 2011, Zsolt Udvari wrote: 2011/9/19 Julien Danjou jul...@danjou.info: I think it's because table.insert and wibox.widgets is totally incompatible, because table.insert does not honor metatables functions. IIRC, that's the problem and part of the Lua broken design. :| Hm

Re: New user - crash on startup

2011-09-19 Thread Julien Danjou
. Could you send the output of gdb or strace running awesome? I cannot see why it would exit. -- Julien Danjou pgpnmVYcFyoSp.pgp Description: PGP signature

Re: SSL certificate on Awesome Wiki

2011-07-29 Thread Julien Danjou
free to ping me if anything goes wrong. -- Julien Danjou ❱ http://julien.danjou.info pgpwkDGCBZ2px.pgp Description: PGP signature

Re: client.content always nil

2011-07-21 Thread Julien Danjou
On Wed, Jul 20 2011, Massimiliano Brocchini wrote: Has content been removed from client's table? Or am I doing something wrong? IIRC, it's only available if the client is displayed on the screen. -- Julien Danjou ❱ http://julien.danjou.info pgpYUPQGvZIp8.pgp Description: PGP signature

Re: [awesome bugs] #905 - urxvt in 32-bit color depth doesn't have active window border.

2011-05-18 Thread Julien Danjou
On Wed, May 18 2011, Uli Schlachter wrote: So finally you admit it? How come? It was a trap, wasn't it? -- Julien Danjou ❱ http://julien.danjou.info pgp3ayOdQ6NwE.pgp Description: PGP signature

Re: [ANNOUNCE] awesome 3.4.10 released

2011-05-16 Thread Julien Danjou
On Mon, May 16 2011, Uli Schlachter wrote: I want to change everyone who send a patch and contributed his little improvement. But change into what? -- Julien Danjou ❱ http://julien.danjou.info pgpdxAnA7lAg4.pgp Description: PGP signature

Re: [ANNOUNCE] awesome 3.4.10 released

2011-05-16 Thread Julien Danjou
On Mon, May 16 2011, Uli Schlachter wrote: I want to change everyone who send a patch and contributed his little improvement. But change into what? -- Julien Danjou ❱ http://julien.danjou.info pgpDXHE4x13XP.pgp Description: PGP signature

Re: #awesome @ OFTC

2011-05-11 Thread Julien Danjou
On Wed, May 11 2011, Germán Gutiérrez wrote: Hey! I don't know if this is the proper way to report this kind of issues, but I cannot get into #awesome at OFTC irc server. * Cannot join #awesome (Channel is invite only). Is that OK? No, fixed. -- Julien Danjou ❱ http

Re: Next awesome release

2011-05-11 Thread Julien Danjou
should be fixes first? Any last-minute patches that should get in? Does a next-weekend-release sound reasonable? Sounds good to me. I'm planning it for around this week end if that's ok for everybody. -- Julien Danjou ❱ http://julien.danjou.info pgpbBhtkFkGX3.pgp Description: PGP signature

Re: Mouse cursor stays busy for some time after 'awful.util.spawn()'

2011-04-28 Thread Julien Danjou
On Thu, Apr 28 2011, Michael Hauser wrote: Is there a way to set this globally? Write you own wrapper function? -- Julien Danjou ❱ http://julien.danjou.info pgpwEU69xjo61.pgp Description: PGP signature

Re: mailing list subscription without getting mails

2011-03-30 Thread Julien Danjou
On Wed, Mar 30 2011, Andreas Leha wrote: is it possible to stay subscribed to the list without actually getting the emails? No you can't. :( -- Julien Danjou ❱ http://julien.danjou.info pgpGXV1zEOlIG.pgp Description: PGP signature

Re: XCB support in cairo phased out?

2011-03-23 Thread Julien Danjou
On Wed, Mar 23 2011, Kelly Clowers wrote: Are you pro-wayland then? Or simply pragmatic? Simply ironic, actually. :) -- Julien Danjou ❱ http://julien.danjou.info pgpBb0kqjvrDo.pgp Description: PGP signature

Re: XCB support in cairo phased out?

2011-03-21 Thread Julien Danjou
On Mon, Mar 21 2011, Uli Schlachter wrote: cairo-xcb never changed its state. It's been what it is for years now. Only some idiot at ArchLinux decided that enabling the cairo-xcb backend breaks firefox (which it does not do!) and thus went rampage. Did they? Holy shit. -- Julien Danjou

Re: XCB support in cairo phased out?

2011-03-21 Thread Julien Danjou
On Mon, Mar 21 2011, Uli Schlachter wrote: https://bugs.archlinux.org/task/20960 (I just noticed that I got one of the bug numbers in the list of dupes wrong, whoops) Closing that bug by quoting RedHat bug report. Priceless. -- Julien Danjou ❱ http://julien.danjou.info pgpgIngO8yKoO.pgp

Re: XCB support in cairo phased out?

2011-03-21 Thread Julien Danjou
On Mon, Mar 21 2011, Peter Lewis wrote: If Cairo-XCB does become old and crufty, then I suppose the OP's question was what will Awesome do?. Move to Wayland, of course. -- Julien Danjou ❱ http://julien.danjou.info pgpekZbd2QAMU.pgp Description: PGP signature

  1   2   3   4   5   6   7   8   9   10   >