aboutsummaryrefslogtreecommitdiff
path: root/urxvt
Commit message (Collapse)AuthorAgeFilesLines
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Use real return values in clipTom Ryder2015-10-151-4/+3
|
* Appease perlcritic(1) on clipTom Ryder2015-10-021-0/+3
|
* Tidier Perl for custom clip scriptTom Ryder2014-04-271-6/+12
|
* UTF-8 encoding needed before clipboard printTom Ryder2014-04-261-1/+3
|
* Remove Urxvt.perl-lib definitionTom Ryder2014-04-261-0/+0
| | | | | | I didn't read the manpage. It turns out that urxvt will search $HOME/.urxvt/ext by default for its extensions, so I don't need to specify a path here (much less a fixed string rather than a variable).
* Replace clipboard urxvt with abbreviated scriptTom Ryder2014-04-262-109/+22
| | | | | I didn't need the keybindings or the paste functionality, just the autocopy feature.
* Start using URxvt clipboard scriptTom Ryder2013-03-221-0/+109
This script from urxvt-perls[1] copies the PRIMARY X11 selection to the CLIPBOARD. I do like select-to-copy and middle-click pasting most of the time, but it's occasionally frustrating when doing things like trying to replace selected text. This allows me to do explicit pastes with Ctrl-V. I don't like having to include my $HOME path literal in .Xresources; I'll need to find out if there's a tidier way to do it. [1]: https://github.com/muennich/urxvt-perls