<?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.devel">
    <title>gmane.comp.window-managers.awesome.devel</title>
    <link>http://blog.gmane.org/gmane.comp.window-managers.awesome.devel</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.devel/7252"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7236"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7226"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7204"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7202"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7192"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7162"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7159"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7116"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7096"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7078"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7062"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7031"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7014"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7003"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7000"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6999"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6977"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6939"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6937"/>
      </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.devel/7252">
    <title>Splash windows are out of control</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7252</link>
    <description>&lt;pre&gt;3rd round of patches.
The first patch is updated version to not allow the clients move
themselves out of the current screen. Previous version messed up
client width/height resize.
The second is the same as in the previous mail.
&lt;/pre&gt;</description>
    <dc:creator>Arvydas Sidorenko</dc:creator>
    <dc:date>2012-05-25T13:10:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7236">
    <title>splash windows are out of control</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7236</link>
    <description>&lt;pre&gt;Currently the splash windows are out of control, appearing usually not
on the screen the mouse/client is.
I restricted the window geometries of XCB_CONFIGURE_REQUEST event to
be changed only within the same window, otherwise the request gets
ignored. I checked other WMs code and as far as I can see the common
way is to blindly apply whatever is requested, but seems GUI writers
put a lot of effort in positioning their splashes and sometimes it's
necessary to chill them out. Lets improve our multihead support one
more step further.
&lt;/pre&gt;</description>
    <dc:creator>Arvydas Sidorenko</dc:creator>
    <dc:date>2012-05-21T23:21:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7226">
    <title>[CHANGE] Add platform support for DragonflyBSD. Simply adds a define required for awesomewm to work on the BSDs.</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7226</link>
    <description>&lt;pre&gt;Signed-off-by: Edward O'Callaghan &amp;lt;eocallaghan&amp;lt; at &amp;gt;auroraux.org&amp;gt;
---
 common/util.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/util.h b/common/util.h
index 920b85f..ce004ed 100644
--- a/common/util.h
+++ b/common/util.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -32,7 +32,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;assert.h&amp;gt;
 #include &amp;lt;stdio.h&amp;gt;
 
-#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__))
+#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)) || defined (__DragonFly__))
 #include &amp;lt;alloca.h&amp;gt;
 #endif
 
&lt;/pre&gt;</description>
    <dc:creator>Edward O'Callaghan</dc:creator>
    <dc:date>2012-05-21T04:27:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7204">
    <title>Patch to make Beautiful support for custom wallpaper</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7204</link>
    <description>&lt;pre&gt;Hi,
I' ve been using awesome for a long time and noticed that it provides
no simple way to change wallpaper w/o editing theme. So i created this
patch. It adds extra argument for beautiful.init — wallpaper_cmd
argument. Patch is made on top of 3.4 git branch. Please review and
merge it if you find it ok.
I thought of another way to implement this — make beautiful scan for
wallpaper.* file in one of configuration directories, but i think it's
unconvinient because user won't be able to customize awsetbg's options
or use another wallpaper setter. But if you think it's more
appropriate for awesome, i can remake my patch.

Thanks,
Maxim.
&lt;/pre&gt;</description>
    <dc:creator>Maxim Koltsov</dc:creator>
    <dc:date>2012-05-13T15:26:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7202">
    <title>[PATCH] Return condition value instead of conditional true/false</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7202</link>
    <description>&lt;pre&gt;Since the initial patch got accepted, I worked the other occurrences as
well.
Felix 
&lt;/pre&gt;</description>
    <dc:creator>Felix Bier</dc:creator>
    <dc:date>2012-05-12T22:25:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7192">
    <title>[PATCH] Return condition value instead of conditional true/false in</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7192</link>
    <description>&lt;pre&gt;From 6022805772c5f2897699f1e825f030e5db4635d7 Mon Sep 17 00:00:00 2001
From: Felix &amp;lt;flx.bier&amp;lt; at &amp;gt;googlemail.com&amp;gt;
Date: Fri, 11 May 2012 16:52:24 +0200
Subject: [PATCH] Return condition value instead of conditional
true/false in
 tasklist.filter.{currenttag,focused}

Patterns like

if condition then
  return true
else
  return false
end

could be simplified to

return condition

Is that something wanted in the awesome code base? I'm fine with the
rejection of this patch in favour of readability.

Signed-off-by: Felix &amp;lt;flx.bier&amp;lt; at &amp;gt;googlemail.com&amp;gt;
---
 lib/awful/widget/tasklist.lua.in |    8 ++------
 1 Datei geändert, 2 Zeilen hinzugefügt(+), 6 Zeilen entfernt(-)

diff --git a/lib/awful/widget/tasklist.lua.in
b/lib/awful/widget/tasklist.lua.in
index c52e4cd..c3c47ef 100644
--- a/lib/awful/widget/tasklist.lua.in
+++ b/lib/awful/widget/tasklist.lua.in
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -154,8 +154,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; end
 -- &amp;lt; at &amp;gt;return true if c is on screen, false otherwise
 function filter.alltags(c, screen)
     -- Only print client on the same screen as this wid&lt;/pre&gt;</description>
    <dc:creator>felix</dc:creator>
    <dc:date>2012-05-11T15:09:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7162">
    <title>[PATCH] Improved ZSH completion (#535)</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7162</link>
    <description>&lt;pre&gt;After 3 years it finally arrives
&lt;/pre&gt;</description>
    <dc:creator>Arvydas Sidorenko</dc:creator>
    <dc:date>2012-05-06T22:09:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7159">
    <title>[Patch] Fix some "Since:" tag and check-doc-syntax oddities</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7159</link>
    <description>&lt;pre&gt;Hi,

today I accidentally stumbled upon a double "Since:" tag for
cairo_surface_set_mime_data(). Attached are the patches that resulted from this.

Anyone wants to take a look? :-)

Uli
&lt;/pre&gt;</description>
    <dc:creator>Uli Schlachter</dc:creator>
    <dc:date>2012-05-06T20:33:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7116">
    <title>[PATCH] Menubar enhancements</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7116</link>
    <description>&lt;pre&gt;Hello list,

I started using menubar since its introduction to awesome git/master,
but always felt that it needs to be able to execute commands, which
essentially makes it as a replacement for the shell prompt (in the
default config execute with Mod4+r). I went and implemented features I
needed and here are three patches.

The first implements search in command names of the entries, which does
let me launch gimp by entering gimp.

The second patch implements the feature I mentioned earlier.

And the third patch implements shell completion.

Feel free to criticise and make suggestions, I will try to fix the
problems.

All best,
Ignas
&lt;/pre&gt;</description>
    <dc:creator>Ignas Anikevicius</dc:creator>
    <dc:date>2012-05-03T11:57:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7096">
    <title>[PATCH] awful.client: un-hide the client when it regains focus</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7096</link>
    <description>&lt;pre&gt;This should be the expected behavior, imo.  Otherwise the client doesn't appear
in tasklist regardless of being focussed.

Signed-off-by: Anurag Priyam &amp;lt;anurag08priyam&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 lib/awful/client.lua.in |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in
index 79d5fa9..3795766 100644
--- a/lib/awful/client.lua.in
+++ b/lib/awful/client.lua.in
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -939,6 +939,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; capi.client.connect_signal("manage", function(c)
c:connect_signal("property::urg
 capi.client.connect_signal("focus", urgent.delete)
 capi.client.connect_signal("unmanage", urgent.delete)

+-- un-hide the client when it regains focus
+capi.client.connect_signal("focus", function (c) c.hidden = false end)
+
 capi.client.connect_signal("unmanage", floating.delete)

 -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
&lt;/pre&gt;</description>
    <dc:creator>Anurag Priyam</dc:creator>
    <dc:date>2012-04-28T12:12:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7078">
    <title>awesome --version with lua --version</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7078</link>
    <description>&lt;pre&gt;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.
&lt;/pre&gt;</description>
    <dc:creator>dodo</dc:creator>
    <dc:date>2012-04-23T11:33:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7062">
    <title>[PATCH] gears.debug: Print plain non-table values in dump_raw</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7062</link>
    <description>&lt;pre&gt;All is said in the commit comment. My bad

&lt;/pre&gt;</description>
    <dc:creator>Alexander Yakushev</dc:creator>
    <dc:date>2012-04-19T13:02:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7031">
    <title>[PATCH] Fix generator usage in menubar.utils</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7031</link>
    <description>&lt;pre&gt;Bug is described here: 
https://awesome.naquadah.org/bugs/index.php?do=details&amp;amp;task_id=979

&lt;/pre&gt;</description>
    <dc:creator>Alexander Yakushev</dc:creator>
    <dc:date>2012-04-07T09:03:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7014">
    <title>hide menu on mouse click outside it (was: Re: [patch] awful.menu [...])</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7014</link>
    <description>&lt;pre&gt;Dug this up for context:

On Thu, Mar 1, 2012 at 9:38 PM, Uli Schlachter &amp;lt;psychon&amp;lt; at &amp;gt;znc.in&amp;gt; wrote:


I stumbled across an issue (bug?) with mousegrabber in an attempt to
fix this.  This is how the patch (attached) looks like at the moment:

diff --git a/lib/awful/menu.lua.in b/lib/awful/menu.lua.in
index 8dd1763..7cf9238 100644
--- a/lib/awful/menu.lua.in
+++ b/lib/awful/menu.lua.in
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -28,6 +28,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; local capi = {
     mouse = mouse,
     client = client,
     keygrabber = keygrabber,
+    mousegrabber = mousegrabber,
     awesome = awesome,
     oocairo = oocairo }

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -323,6 +324,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; function show(menu, args)

     if not cur_menu then
         capi.keygrabber.run(grabber)
+        capi.mousegrabber.run(function (mouse)
+            for _, v in ipairs(mouse.buttons) do
+                if v then
+                    menu:hide()
+                end
+            end
+            return true
+        end, 'fleur')
     end
     cur_menu = menu
     menu.wibox.visible = true
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -346,6 +355,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; function hide&lt;/pre&gt;</description>
    <dc:creator>Anurag Priyam</dc:creator>
    <dc:date>2012-04-03T05:43:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7003">
    <title>[PATCH] awful.client: use dockable.get in focus.filter to determine dock or not</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7003</link>
    <description>&lt;pre&gt;Otherwise, setting a client dockable from rc.lua using
awful.client.dockable.set doesn't work as expected.

Btw, what is a dock?  Those MacOS ones?

&lt;/pre&gt;</description>
    <dc:creator>Anurag Priyam</dc:creator>
    <dc:date>2012-03-31T12:13:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7000">
    <title>[patch] run or raise</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/7000</link>
    <description>&lt;pre&gt;Jump to client if running, else launch it :-|.

&lt;/pre&gt;</description>
    <dc:creator>Anurag Priyam</dc:creator>
    <dc:date>2012-03-31T10:21:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6999">
    <title>Patch for fixing static filename in vicious thermal widget</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6999</link>
    <description>&lt;pre&gt;Hey guys,

I don't know if this is the right mailing list to post this, so please correct
me if I'm wrong ;)

I'm using vicious thermal widget in order to keep track of my CPU temperature.
However, a recent kernel update changes the sysfs structure and the thermal
widget is expecting a file `temp1_input`. 

This file does not exist on my system, but there are other files
`temp{2,3,4,5}_input`. Since there is no possibility to change the filename
used for temperature reading, I came up with this patch to use an optional
third argument for the filename when instantiating the widget.
Existing users of this widget will experience no difference, while users with
an odd sysfs structure like me can easily specify the correct filename for the
widget.

Is this the right approach to this issue or can I further improve the handling
of those non-default files?


Thanks,


  Philipp
From 30b8a0cc57c4504b53d12849c4d185c41a872c32 Mon Sep 17 00:00:00 2001
From: Philipp Ittershagen &amp;lt;Philipp.Ittershagen&amp;lt; at &amp;gt;Informatik.Uni-Oldenbu&lt;/pre&gt;</description>
    <dc:creator>Philipp Ittershagen</dc:creator>
    <dc:date>2012-03-30T15:52:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6977">
    <title>[PATCH] Fix issue with awful.menu keygrabber collisions</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6977</link>
    <description>&lt;pre&gt;The problem was described here: 
http://thread.gmane.org/gmane.comp.window-managers.awesome.devel/6921

The patch looks not very elegant but I don't know how to make it better 
provided we want to save the "visible == true" functionality. I guess it 
was done so that clicking some specific menu entry leaves menu unclosed 
(does Awesome use it anywhere?). This means that menu must stay the 
whole time while command executes and only after decide to close itself 
(and subsequently stop keygrabber) or not.

Patch is attatched.

Best regards,
Alexander
&lt;/pre&gt;</description>
    <dc:creator>Alexander Yakushev</dc:creator>
    <dc:date>2012-03-26T14:55:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6939">
    <title>[PATCH 0/3] A better fix for client.floating_geometry (FS#826)</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6939</link>
    <description>&lt;pre&gt;From: Corey Thompson &amp;lt;cmtptr&amp;lt; at &amp;gt;gmail.com&amp;gt;

There are really two patches here; the third is the second change merged to
master.  I noticed it didn't merge cleanly, so I went ahead and resolved the
conflicts and generated a patch to submit.

The first removes "encoding=utf-8" from all of the vim modelines.  I noticed
this has already been done in master, so I went ahead and cleaned up 3.4 since
it was bothering me.  Vim no longer accepts this in the modelines and complains
every time it parses it.

The second is an amendment to my first fix for FS#826 where floating clients
shrink by their border width every time they're managed.  After Uli pointed out
to me in #awesome that there was a potential bug with my fix, I set out to do
better.

The problem is that client_manage() emits property::geometry on new clients
before their bordered-and-titled geometries are calculated.  So
client.store_init_geometry ends up saving a borderless geometry, inconsistent
with the convention that the Lua code all assumes geometry in&lt;/pre&gt;</description>
    <dc:creator>cmtptr&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2012-03-25T15:41:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6937">
    <title>awesome 3.5?</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6937</link>
    <description>&lt;pre&gt;So Uli, what's keeping us to release a 3.5 version? :)

&lt;/pre&gt;</description>
    <dc:creator>Julien Danjou</dc:creator>
    <dc:date>2012-03-24T21:30:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6933">
    <title>github mirror</title>
    <link>http://comments.gmane.org/gmane.comp.window-managers.awesome.devel/6933</link>
    <description>&lt;pre&gt;Hi,

I setup a mirror on Github: https://github.com/yeban/awesome; updated
automatically on a daily basis.

&lt;/pre&gt;</description>
    <dc:creator>Anurag Priyam</dc:creator>
    <dc:date>2012-03-19T10:03:07</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.window-managers.awesome.devel">
    <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.devel</link>
  </textinput>
</rdf:RDF>

