awesome/lib/awful
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
..
client Fix luacheck warnings for the rest of awful 2016-02-11 21:55:32 +01:00
hotkeys_popup chore(awful: hotkeys: vim): rename key groups 2016-02-12 01:07:04 +01:00
layout Use the new way to iterate over screens in Lua 2016-03-06 14:05:28 +01:00
mouse Remove awful.mouse.finder 2016-02-12 18:27:40 +01:00
widget Minor doc fixes 2016-03-06 14:46:13 +01:00
autofocus.lua Remove some now unnecessary uses of s.index 2016-02-27 09:24:19 +01:00
button.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
client.lua awful.client.jumpto: un-minimize clients 2016-03-03 22:09:10 +01:00
completion.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
dbus.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
ewmh.lua awful.ewmh: React to workarea changes 2016-02-21 17:09:08 +01:00
init.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
key.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
keygrabber.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
menu.lua Merge pull request #712 from psychon/protected_calls 2016-02-28 22:16:13 +01:00
placement.lua Remove some now unnecessary uses of s.index 2016-02-27 09:24:19 +01:00
prompt.lua Merge pull request #695 from psychon/fix-bugs-luacheck-found 2016-02-16 01:03:59 +01:00
remote.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
rules.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
screen.lua Use the new way to iterate over screens in Lua 2016-03-06 14:05:28 +01:00
spawn.lua Use gears.protected_call where applicable 2016-02-28 12:28:55 +01:00
startup_notification.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
tag.lua awful.tag: Add "volatile" property 2016-03-11 01:10:13 -05:00
titlebar.lua Fix missing import from commit 7842f92f08 2016-02-12 18:19:22 +01:00
tooltip.lua awful.tooltip: Some minor optimizations 2016-02-28 15:49:50 +01:00
util.lua awful.util.get_rectangle_in_direction(): Use pairs 2016-03-06 11:34:44 +01:00
wibox.lua Support screen objects in some of awful 2016-02-26 19:50:17 +01:00