aboutsummaryrefslogtreecommitdiff
path: root/urxvt
Commit message (Collapse)AuthorAgeFilesLines
* Remove urxvt supportTom Ryder2023-02-112-87/+0
| | | | | I've switched back to xterm; rxvt's not worth the periodic incompatibilities, especially with mosh.
* Move URxvt resources back into main .XresourcesTom Ryder2023-01-311-32/+0
| | | | | | There isn't an existence conditional for Xresources files, so realistically it makes the most sense to define the resources all in one hit, even if URxvt isn't going to be used on this system.
* Spruce up X config a bit, remove Thunar daemonTom Ryder2022-07-291-1/+1
| | | | Better to let dbus activate it, I think.
* Don't copy PRIMARY to CLIPBOARD from urxvt anymoreTom Ryder2022-05-211-8/+0
| | | | Trying to get used to doing this properly again.
* Don't silence urxvtd(1) startupTom Ryder2022-05-061-1/+1
| | | | I'm rotating these logs now.
* Couple urxvt config togetherTom Ryder2022-04-302-0/+34
|
* Run Perl::Tidy over urxvt/ext/select.plTom Ryder2021-05-101-1/+1
|
* Build URxvt Perls with shb(1)Tom Ryder2016-08-311-4/+0
|
* Consolidate URxvt extensionsTom Ryder2016-06-192-49/+36
|
* Perl::Tidy runTom Ryder2016-06-191-1/+1
|
* Discard unused paramTom Ryder2016-06-191-1/+1
|
* Fix needlessly narrow commentTom Ryder2016-06-191-3/+2
|
* Simplify/tidy regex callsTom Ryder2016-06-191-2/+2
|
* Ignore well-meaning -before- critiqueTom Ryder2016-06-191-1/+2
|
* Fix double-sigil derefTom Ryder2016-06-191-1/+1
|
* Use english over punc varsTom Ryder2016-06-191-2/+5
|
* Add explicit arg to returnTom Ryder2016-06-191-1/+1
|
* Fix needless interpolationTom Ryder2016-06-191-1/+1
|
* Perl::Tidy runTom Ryder2016-06-191-37/+39
|
* Explicit returnsTom Ryder2016-06-191-2/+2
|
* Add some perlish nicetiesTom Ryder2016-06-191-0/+14
|
* Remove option popup hookTom Ryder2016-06-191-4/+0
|
* Remove selection.pattern-* resourcesTom Ryder2016-06-191-5/+0
|
* Remove @mark_patterns/@simplify_patternsTom Ryder2016-06-191-53/+1
|
* Remove rot13 funcTom Ryder2016-06-191-9/+0
|
* Fix shebangTom Ryder2016-06-191-1/+1
|
* Remove all the perldocTom Ryder2016-06-191-55/+0
|
* Add "selection" urxvt scriptTom Ryder2016-06-191-0/+185
| | | | | | I don't like this very much, I just want something that correctly handles urxvt.cutchars with unicode characters. I'll cut it down and tidy it up shortly in the same way I did with the clip ext.
* 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