https://github.com/pjones/urxvtrc
Peter's urxvt configuration file and scripts (plugins).
https://github.com/pjones/urxvtrc
Last synced: 4 months ago
JSON representation
Peter's urxvt configuration file and scripts (plugins).
- Host: GitHub
- URL: https://github.com/pjones/urxvtrc
- Owner: pjones
- License: other
- Created: 2017-04-06T22:45:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T01:07:00.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T22:18:57.842Z (5 months ago)
- Language: Perl
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rxvt-unicode: Configuration and Plugins
Peter's urxvt configuration file and scripts (plugins).
## Installation
1. Replace `@plugins_dir@` in the `config/resources` file with the
path to the directory where you are going to install the Perl
scripts from the `plugins` directory.2. Either add the contents of the updated `config/resources` file to
your `~/.Xresources` file, or pass it as an argument to the
`xrdb` command.3. Place all of the files from the `plugins` directory into the
directory you set in the `config/resources` file.## Infrequently Asked Questions
* Q: Why is `saveLines` set to such a small number, are you crazy?
A: Because I always have `tmux` running in my terminal and it
handles the scroll-back feature.