Þann sun 10.júl 2011 17:11, skrifaði Thomas Dean:
I pipe the output of xclip through xmacroplay, like this:
#!/bin/sh
sleep 0.2
{
echo -n 'String '
Out of curiosity, why?
xclip -o
} | xmacroplay -d 3 :0
which I also bound to Modkey-v. The sleep statement ensures that I can le
On Sun, Jul 10, 2011 at 09:49:43 -0700, brad clawsie wrote:
> i recently created a shell script called "pastexclip" which contains the text
>
> xclip -o
>
> and bound this in dwm to Alt+v
>
> but when i use my dwm shortcut Alt+v, the text is printed not to the
> current context in X, but the sys
hi
i recently created a shell script called "pastexclip" which contains the text
xclip -o
and bound this in dwm to Alt+v
i have my DISPLAY exported to 127.0.0.1:0.0
after putting some text into the xclipboard via "xclip -i", i can run
the pastexclip command at the prompt and see text printed (