<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.window-managers.awesome">
    <title>gmane.comp.window-managers.awesome</title>
    <link>http://blog.gmane.org/gmane.comp.window-managers.awesome</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8812"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8810"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8801"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8800"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8794"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8792"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8791"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8782"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8755"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8752"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8751"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8747"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8729"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8726"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8724"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8723"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8722"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8718"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8707"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome/8706"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8812">
    <title>Removing border from maximized windows</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8812</link>
    <description>&lt;pre&gt;I just tried something in my `rc.lua' and it worked nicely, so I'm
sharing this with everyone on the list.

My original function for toggling the maximized state of a window was
the one provided in the `awesomerc.lua.in' of the Git sources:

    awful.key({ modkey, "Control" }, "m",
        function (c)
            c.maximized_horizontal = not c.maximized_horizontal
            c.maximized_vertical   = not c.maximized_vertical
        end)

Now I started using the following extra few lines of code:

    awful.key({ modkey, "Control" }, "m",
        function (c)
            c.maximized_horizontal = not c.maximized_horizontal
            c.maximized_vertical   = not c.maximized_vertical
+
+           -- Remove border from windows that are maximized in both
+           -- directions, and then re-add the default theme border when
+           -- the window is restored.
+           if c.maximized_vertical and c.maximized_horizontal then
+             c.border_width = 0
+           else
+             c.border_width&lt;/pre&gt;</description>
    <dc:creator>Giorgos Keramidas</dc:creator>
    <dc:date>2012-05-26T17:53:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8810">
    <title>Thanks for your help so far</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8810</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I just wanted to drop a big

THANKS YOU

to everybody who helped me so far getting into awesome's rc.lua - I think I am managing slowly.

To explain: I started using te config at

https://github.com/ierton/awesomerc-ierton/blob/laptop/myrc/keybind.lua

and I am adapting it for me and adding comments. It is on github
(https://github.com/rkrug/awesomerc-rkrug) but it is not nearly done.

One of my next steps is to use shifty (which I really liked, but in my forst attempt caused
inconsistent tag behaviour between screens).

I will post my progress and hope that the documented config can become a useful resource for others,

Cheers,

Rainer

- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys.
(Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax :       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 &lt;/pre&gt;</description>
    <dc:creator>Rainer M Krug</dc:creator>
    <dc:date>2012-05-25T07:31:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8801">
    <title>Only raise client on Mod4 + left click</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8801</link>
    <description>&lt;pre&gt;By default, clients in Awesome are raised when you left-click on them. Is
it possible to change this behaviour so they're only raised with Mod4+click
together?

Cheers,
Mark.
&lt;/pre&gt;</description>
    <dc:creator>Mark Nielsen</dc:creator>
    <dc:date>2012-05-23T12:13:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8800">
    <title>sticky Mod4</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8800</link>
    <description>&lt;pre&gt;Hi awesomers.
I use Space2Ctrl program (you can find it on git), which remaps control to space if Space pressed
together with another key. However it does not work, if I enable sticky
keys using xkbset. Is there any way to set MOD4, Shift and Alt sticky
and leave Ctrl to behave as usual?
Thanks.
Petro.


&lt;/pre&gt;</description>
    <dc:creator>Petro Khoroshyy</dc:creator>
    <dc:date>2012-05-22T07:15:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8794">
    <title>Switch tags in dual-monitor setup in non-active screen?</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8794</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

Is it possible to switch tags on the screen, which is not the active one? In other words, my mouse
is on screen 1, can I switch tags on screen 2?

Thanks,

Rainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+7c4oACgkQoYgNqgF2egpBkQCggzcxyGvbzvPlUSSQaUikbFJG
Eo8An1FYgtqgQmAYPKTcQ1onlpw2pVwz
=uK1s
-----END PGP SIGNATURE-----


&lt;/pre&gt;</description>
    <dc:creator>Rainer M Krug</dc:creator>
    <dc:date>2012-05-22T11:07:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8792">
    <title>Launching applications resets mouse cursor</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8792</link>
    <description>&lt;pre&gt;Hi,

I'm a Arch Linux user using the latest awesome-git AUR package (i.e. a
compile from the awesome git master).

What I did notice with some update a week ago is that my mouse cursor in
awesome tends to reset to X's default cursor when I launch applications
(either via awesome menu or the run prompt). I know of the good old "xsetroot
-cursor_name left_ptr"-fix and I have an according directive in my
.xinitrc. This does work as always but as soon as I launch an
application the cursor gets reset again.

I guess it has something to do with the cursor changing from the normal
pointer to the "busy" pointer. 

I hope someone knows why the mouse cursor behavior changed and what can
be done to reach the old behaviour again.

Greetings,

- a.e

&lt;/pre&gt;</description>
    <dc:creator>a.e</dc:creator>
    <dc:date>2012-05-21T09:09:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8791">
    <title>Tooltip flickering</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8791</link>
    <description>&lt;pre&gt;Hello. I have a problem with tooltips, attached to buttons in wibox.
Basically, I want to add a full screen wibox with icons (build a desktop -
yes, I do know about the existing implementation of freedesktop standard)
to run some programs on a TV, attached as the second screen. The tooltips
attached flicker enormously (many times a second). I use Awesome 3.4.11 on
ArchLinux 64b, with Xorg  1.12.1.902 + Nvidia 275.43 on 9500GT card. Could
someone, please, correct the errors, if any, that cause flickering in the
following reference application:
1. deskpanel.lua:

local awful = require('awful')
local beautiful = require('beautiful')
local wibox = require('wibox')
local screen = require('screen')

module("deskpanel")

function new()
   local sd = wibox({height = 800, width = 800})
   sd.screen = 1
   local geom = {
      {x = 500, y = 500, width = 128, height = 128}
   }
 local b = awful.widget.button({image=beautiful.awesome_icon})
 t1 = awful.tooltip({objects={b}})
 t1:set_text('fhdjfhdgjhfjghf')
 sd.widgets =&lt;/pre&gt;</description>
    <dc:creator>Vasya Belkin</dc:creator>
    <dc:date>2012-05-20T18:54:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8782">
    <title>eclipse windows border problem</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8782</link>
    <description>&lt;pre&gt;Hello
I have started using eclipse with my awesome wm, and I noticed that some
eclipse windows loose frame with buttons to close it, minimize and et
cetera (or android emulator has no button to close). I must say thas issues
are really annoying and sometime interrupts me in developing.  I tried to
deal with the problems by  following the rules from
http://awesome.naquadah.org/wiki/Problems_with_Java
(settings window name by wmname, exporting variables like AWT_TOOLKIT,
_JAVA_AWT_WM_NONREPARENTING...)

but ufortunatelly unsuccesfull.  Any ideas what 's wrong or where looking
for solutions??

Below I send details of my configuration

awesome -v
awesome v3.4.11 (Pickapart)
 • Build: Apr  2 2012 16:22:31 for i686 by gcc version 4.6.3
(buildd&amp;lt; at &amp;gt;molybdenum)
 • D-Bus support: ✔

 uname -a
Linux hp 3.2.0-24-generic-pae #37-Ubuntu SMP Wed Apr 25 10:47:59 UTC 2012
i686 i686 i386 GNU/Linux


java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.1) (6b24-1.11.1-4ubuntu2)
OpenJDK Server VM &lt;/pre&gt;</description>
    <dc:creator>Grzegorz Slusarek</dc:creator>
    <dc:date>2012-05-16T15:29:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8755">
    <title>Who is interested in</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8755</link>
    <description>&lt;pre&gt;helping me create a community portal for the most awesome window manager?

I've started a project http://awesomenia.org - I'd like to make it the
number one community site for Awesome.

The reason why I'm asking for help is that I'm still learning myself.

Anyone interested?

Yes? Good. Feel free to contact me at fosstux&amp;lt; at &amp;gt;gmail.com (Mail/Google Talk)

Bye!

Christopher

&lt;/pre&gt;</description>
    <dc:creator>Christopher R. Parr</dc:creator>
    <dc:date>2012-05-14T13:41:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8752">
    <title>border actions</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8752</link>
    <description>&lt;pre&gt;Hi,

I would like to implement border actions in my configuration, like in
compiz, gnome 3 (at least I heard of that feature in gnome 3) or
windows7. 

Basically, it could do anything once it's implemented; my own purpose
limits to "manual tiling", eg. moving windows to the side and make them
use 100% height and 50% width (aligned on the moved side). 

My problem is that nothing happens. Maybe signal property::x isn't the
best way to start. A better way would be something like
"startMoveClient", "grabClient" or such thing, running
mousegrabber...the function could compare the mouse position to MAX_X
or 0 as soon as mouse_btn1 is up again (no more comparing all the time),
but I could not find such a signal.

So here's the code, bugfixes and improvements welcome (it spills no
errors, but doesn't work yet):

client.add_signal("property::x", function(c)
        if (mouse.coords().x ==
screen[mouse.screen].workarea.geom.width) or (mouse.coords().x == 0)
then -- set position of the client
    
            if (mous&lt;/pre&gt;</description>
    <dc:creator>Thorsten Sperber</dc:creator>
    <dc:date>2012-05-14T09:38:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8751">
    <title>Keyboard indicator</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8751</link>
    <description>&lt;pre&gt;Hi list.
I try to add an keyboard indicator to awesome by copy pasting the
following into my rc.lua:
-----------
 -- Keyboard map indicator and changer
    kbdcfg = {}
    kbdcfg.cmd = "setxkbmap"
    kbdcfg.layout = { "us", "fr", "dvorak" }
    kbdcfg.current = 1  -- us is our default layout
    kbdcfg.widget = widget({ type = "textbox", align = "right" })
    kbdcfg.widget.text = " " .. kbdcfg.layout[kbdcfg.current] .. " "
    kbdcfg.switch = function ()
       kbdcfg.current = kbdcfg.current % #(kbdcfg.layout) + 1
       local t = " " .. kbdcfg.layout[kbdcfg.current] .. " "
       kbdcfg.widget.text = t
       os.execute( kbdcfg.cmd .. t )
    end
    
    -- Mouse bindings
    kbdcfg.widget:buttons(awful.util.table.join(
        awful.button({ }, 1, function () kbdcfg.switch() end)
    ))
------------- 
However it does not work, what could I miss?
Thanks.
Petro


&lt;/pre&gt;</description>
    <dc:creator>Petro</dc:creator>
    <dc:date>2012-05-13T20:47:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8747">
    <title>awful.widget.graph scrolling direction</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8747</link>
    <description>&lt;pre&gt;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 many cultures the  natural order of reading
information is from left to right, and default direction of scrolling is
a bit confusing for me and I believe for many people either.
Also I see that awesome WM is very powerful &amp;amp; flexible and I just don't
know how to do what I want. So I need a little help.

Thanks ahead.


&lt;/pre&gt;</description>
    <dc:creator>basilio</dc:creator>
    <dc:date>2012-05-11T20:57:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8729">
    <title>split rc.lua in separate files?</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8729</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I am new to awesome / lua, but I simply love it.

But I would like to edit my configuration and I am loosing overview in the rc.lua file.

I thought about splitting rc.lua in a few other files (keybindings.lua, mousebindings.lua,
widgets.lua, ...) ant then call these from rc.lua, so that in rc.lua are mainly recalls to the
other config files. How can I achieve this?

Thanks,

Rainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+rpZ8ACgkQoYgNqgF2egqHGACfc2Tee2Fi/4lpl6eOkgeyk6DM
1qgAn0W4u0h2oEAReK+YkrrUKxtm8cGU
=t0ms
-----END PGP SIGNATURE-----


&lt;/pre&gt;</description>
    <dc:creator>Rainer M Krug</dc:creator>
    <dc:date>2012-05-10T11:25:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8726">
    <title>awesome on kdm is slow</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8726</link>
    <description>&lt;pre&gt;Hi,

I use awesome on kdm. I feel it is slow. 

Just wanted to know switching to xdm what is the better combination.

Thanks&lt;/pre&gt;</description>
    <dc:creator>Jagadeesh Malakannavar</dc:creator>
    <dc:date>2012-05-10T01:19:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8724">
    <title>awesome git</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8724</link>
    <description>&lt;pre&gt;Hi, I am running git now with the changes, where can I find an updated
object reference? The current one don't match at all. I would like to
reconfigure things like my clock etc, and also get to know the new schema.

thanks in advance for your help.

--jerry

&lt;/pre&gt;</description>
    <dc:creator>Gerald Klein</dc:creator>
    <dc:date>2012-05-09T23:52:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8723">
    <title>Rules doesn't work?</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8723</link>
    <description>&lt;pre&gt;Hi list!

I want to try the following:
- chromium web browser go to tag named "web"
- chromium "Developer tools" (same as FireBug) go to tag named "webdev"

My code:

    {
        rule = {
            name = "Developer Tools.*"
        },
        properties = { tag = get_tag_struct("webdev") },
    },
    {
        rule_any = { class = {
            "Chromium",
            "luakit"
        }},
        except = {
            name = "Developer Tools.*"
        },
        properties = { tag = get_tag_struct("web") }
    },

Its behavior:
- if awesome is running, "Developer Tools" goes to "web"
- when I restart and "Developer Tools" already running, goes to "webdev"

What is my fault? How can I solve this?

"Developer Tools" and browser has same class.

Thanks!
  Zsolt

&lt;/pre&gt;</description>
    <dc:creator>Zsolt Udvari</dc:creator>
    <dc:date>2012-05-09T09:24:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8722">
    <title>How to run Awesome with LuaJIT</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8722</link>
    <description>&lt;pre&gt;Hi everyone,

Since there are a few users out there who use LuaJIT for awesome and are 
satisfied with the improved performance, I'd like to try out this 
combination myself. Could anyone give a hint on how to do it? Thank you.

Regards,

&lt;/pre&gt;</description>
    <dc:creator>Alexander Yakushev</dc:creator>
    <dc:date>2012-05-08T21:46:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8718">
    <title>need help setting wallpaper</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8718</link>
    <description>&lt;pre&gt;Hi,

I am using bit older version of awesome this is supplied by pclinuxos.

[jagadeesh&amp;lt; at &amp;gt;localhost ~]$ awesome -v
awesome (awesome) 2.3.5 (New morning)
compiled at May  5 2009 14:47:34 for i586-mandriva-linux-gnu by gcc version 4.1.1 (root&amp;lt; at &amp;gt;localhost)


Can you help me setting wallpaper? I read some docs and tried to set but I am not finding awsetbg.

I am not willing to compile latest source by hand that might break something.

Thanks
&lt;/pre&gt;</description>
    <dc:creator>Jagadeesh Malakannavar</dc:creator>
    <dc:date>2012-05-08T08:51:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8707">
    <title>xdg menu no longer functions at all</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8707</link>
    <description>&lt;pre&gt;Sorry I was wrong xdg menu is now non-functional, it just doesn't do
anything. When I ran the xdg menu build it spat out the following

Unknown 'Layout':
        'HASH(0x1bbcb08) 0
      Merge ARRAY(0x1bbcce8) 0
      Menuname ARRAY(0x1bbcd60) 0
      Merge ARRAY(0x1bbce80) 0
   '
Is there a new way to hook xdg into the awesome menu with the upgrade?

Here again is my current hook.

 mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu,
beautiful.awesome_icon },
                     { "xdg", xdgmenu, beautiful.awesome_icon },
                     { "open terminal", "lxterminal" },

thanks for all your help.


&lt;/pre&gt;</description>
    <dc:creator>Gerald Klein</dc:creator>
    <dc:date>2012-05-05T23:23:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8706">
    <title>Theme.lua location</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8706</link>
    <description>&lt;pre&gt;Hi, one small item that has been nagging at me that I would like to clear
up, the reason when I upgraded to git that my theme got overwritten is I
can't use the copy of the theme in ~/.config/awesome.....

because my xdg extension menu throws an exception, now that I have upgraded
it still throws an exception but a different one. If I use the theme file
in the main /usr/share/awesome.....it works fine. The error that I now get
is

/usr/share/awesome/lib/wibox/init.lua:136 attempt to index local 'c' (a nil
value)

any ideas what this might be, I would like to protect my theme from
upgrades.

Here is the xdg hook in the menu.

mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu,
beautiful.awesome_icon },
                     { "xdg", xdgmenu, beautiful.awesome_icon },
                     { "open terminal", "lxterminal" },
                     { "disk utility", "palimpsest" },


thanks in advance for your help.

--jerry

&lt;/pre&gt;</description>
    <dc:creator>Gerald Klein</dc:creator>
    <dc:date>2012-05-05T22:55:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome/8704">
    <title>git-master upgrade</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome/8704</link>
    <description>&lt;pre&gt;Hi, guys I had to move up to git to use shifty and it has been like getting
a root canal. Does anyone have a default rc.lua for the git version they
would care to share? I don't use a lot of widgets, I customize mostly key
stuff. I just need the default rc.lua for the git version.

thanks

--jerry

&lt;/pre&gt;</description>
    <dc:creator>Gerald Klein</dc:creator>
    <dc:date>2012-05-05T21:19:55</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.window-managers.awesome">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.window-managers.awesome</link>
  </textinput>
</rdf:RDF>

