mirror of https://github.com/lcpz/lain.git
wiki updated
This commit is contained in:
parent
2efaf86b86
commit
1707986615
|
@ -166,7 +166,7 @@ end
|
|||
-- {{{ Dynamic tagging
|
||||
--
|
||||
-- Add a new tag
|
||||
function util.prompt_add_tag(mypromptbox)
|
||||
function util.add_tag(mypromptbox)
|
||||
awful.prompt.run({prompt="New tag name: "}, mypromptbox[mouse.screen].widget,
|
||||
function(text)
|
||||
if text:len() > 0 then
|
||||
|
@ -179,7 +179,8 @@ function util.prompt_add_tag(mypromptbox)
|
|||
end
|
||||
|
||||
-- Rename current tag
|
||||
function util.prompt_rename_tag(mypromptbox)
|
||||
-- @author: minism
|
||||
function util.rename_tag(mypromptbox)
|
||||
local tag = awful.tag.selected(mouse.screen)
|
||||
awful.prompt.run({prompt="Rename tag: "}, mypromptbox[mouse.screen].widget,
|
||||
function(text)
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 1368b031aa5d4b29a30c8f24b4bebde2f9d08ece
|
||||
Subproject commit f92b3ac0c9dec3a6c8d046ce3d97add99a3a1e5e
|
Loading…
Reference in New Issue