doc: Move all popups to a section.
This commit is contained in:
parent
9d0c2200b2
commit
f1dceb02f6
|
@ -94,6 +94,7 @@ new_type("widgetmod" , "Widgets" , true)
|
||||||
new_type("containermod", "Widget containers", true)
|
new_type("containermod", "Widget containers", true)
|
||||||
new_type("layoutmod" , "Widget layouts" , true)
|
new_type("layoutmod" , "Widget layouts" , true)
|
||||||
new_type("coreclassmod", "Core components" , true)
|
new_type("coreclassmod", "Core components" , true)
|
||||||
|
new_type("popupmod" , "Popups and bars" , true)
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
-- C parts of libraries
|
-- C parts of libraries
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
--
|
--
|
||||||
-- @author Yauheni Kirylau <yawghen@gmail.com>
|
-- @author Yauheni Kirylau <yawghen@gmail.com>
|
||||||
-- @copyright 2014-2015 Yauheni Kirylau
|
-- @copyright 2014-2015 Yauheni Kirylau
|
||||||
-- @module awful.hotkeys_popup.widget
|
-- @popupmod awful.hotkeys_popup.widget
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local capi = {
|
local capi = {
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
--
|
--
|
||||||
-- @author Emmanuel Lepage Vallee
|
-- @author Emmanuel Lepage Vallee
|
||||||
-- @copyright 2016 Emmanuel Lepage Vallee
|
-- @copyright 2016 Emmanuel Lepage Vallee
|
||||||
-- @classmod awful.popup
|
-- @popupmod awful.popup
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
local wibox = require( "wibox" )
|
local wibox = require( "wibox" )
|
||||||
local util = require( "awful.util" )
|
local util = require( "awful.util" )
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
--
|
--
|
||||||
-- @author Uli Schlachter
|
-- @author Uli Schlachter
|
||||||
-- @copyright 2012 Uli Schlachter
|
-- @copyright 2012 Uli Schlachter
|
||||||
-- @classmod awful.titlebar
|
-- @popupmod awful.titlebar
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local error = error
|
local error = error
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
--
|
--
|
||||||
-- @author Sébastien Gross <seb•ɱɩɲʋʃ•awesome•ɑƬ•chezwam•ɖɵʈ•org>
|
-- @author Sébastien Gross <seb•ɱɩɲʋʃ•awesome•ɑƬ•chezwam•ɖɵʈ•org>
|
||||||
-- @copyright 2009 Sébastien Gross
|
-- @copyright 2009 Sébastien Gross
|
||||||
-- @classmod awful.tooltip
|
-- @popupmod awful.tooltip
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
||||||
local timer = require("gears.timer")
|
local timer = require("gears.timer")
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
--
|
--
|
||||||
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
||||||
-- @copyright 2016 Emmanuel Lepage Vallee
|
-- @copyright 2016 Emmanuel Lepage Vallee
|
||||||
-- @classmod awful.wibar
|
-- @popupmod awful.wibar
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
-- Grab environment we need
|
-- Grab environment we need
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
--
|
--
|
||||||
-- @author getzze
|
-- @author getzze
|
||||||
-- @copyright 2017 getzze
|
-- @copyright 2017 getzze
|
||||||
-- @classmod awful.widget.calendar_popup
|
-- @popupmod awful.widget.calendar_popup
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
|
||||||
-- @copyright 2008 koniu
|
-- @copyright 2008 koniu
|
||||||
-- @copyright 2017 Emmanuel Lepage Vallee
|
-- @copyright 2017 Emmanuel Lepage Vallee
|
||||||
-- @classmod naughty.layout.legacy
|
-- @popupmod naughty.layout.legacy
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
local capi = { screen = screen, awesome = awesome }
|
local capi = { screen = screen, awesome = awesome }
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
-- @author Uli Schlachter
|
-- @author Uli Schlachter
|
||||||
-- @copyright 2010 Uli Schlachter
|
-- @copyright 2010 Uli Schlachter
|
||||||
-- @coreclassmod wibox
|
-- @popupmod wibox
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local capi = {
|
local capi = {
|
||||||
|
|
Loading…
Reference in New Issue