Set c.screen in ewmh.tag and before tags in rules.execute
[awesome.git] / luadoc / selection.lua
blob8daf3b9e07ec8a217e1ffd641efbf49ce5db383a
1 --- awesome selection (clipboard) API
2 -- @author Julien Danjou <julien@danjou.info>
3 -- @copyright 2008-2009 Julien Danjou
4 module("selection")
6 --- Get the selection (clipboard) content.
7 -- @return A string with the selection (clipboard) content.
8 -- @name selection
9 -- @class function