awesome/lib
Emmanuel Lepage Vallee 3d660ba37e awful.tag: Add "volatile" property
Useful when using dynamic tags. The tags will be closed once
it is empty. This was part of Tyrannical for many years, but is
generally useful for other workflows too.

   local t = awful.tag.add("my_tag",{volatile=true, screen=2})
   awful.spawn("ayapp", {tag=t})
2016-03-11 01:10:13 -05:00
..
awful awful.tag: Add "volatile" property 2016-03-11 01:10:13 -05:00
beautiful Minor doc fixes 2016-03-06 14:46:13 +01:00
gears Use the new way to iterate over screens in Lua 2016-03-06 14:05:28 +01:00
menubar fix(lib: menubar): take in account common list padding 2016-03-02 15:47:50 +01:00
naughty Use the new way to iterate over screens in Lua 2016-03-06 14:05:28 +01:00
wibox Merge pull request #746 from psychon/indexless-screen-iteration 2016-03-07 00:26:22 +01:00