mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
10 lines
290 B
Lua
10 lines
290 B
Lua
|
--- awesome selection (clipboard) API
|
||
|
-- @author Julien Danjou <julien@danjou.info>
|
||
|
-- @copyright 2008-2009 Julien Danjou
|
||
|
module("selection")
|
||
|
|
||
|
--- Get the selection (clipboard) content.
|
||
|
-- @return A string with the selection (clipboard) content.
|
||
|
-- @name selection
|
||
|
-- @class function
|