Am 23.11.2010 12:20, Massimiliano Brocchini wrote:
> Hi,
> 
> is there any function to access/manipulate clipboard content?
> 
> I'm using a simple script to paste text without formatting:
> 
> xsel -o -b | xsel -i -b
> xdotool key --delay 2 ctrl+v
> 
> I would like to replace it with something more integrated into awesome if
> available.

All that awesome provides is "selection()". That returns the current value of
the primary selection. There is no support for setting the selection or
accessing other selection.

Cheers,
Uli

-- 
Q: Because it reverses the logical flow of conversation.
A: Why is putting a reply at the top of the message frowned upon?

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to