https://github.com/obsfx/urxvt-config
config files for urxvt / rxvt-unicode
https://github.com/obsfx/urxvt-config
Last synced: 9 months ago
JSON representation
config files for urxvt / rxvt-unicode
- Host: GitHub
- URL: https://github.com/obsfx/urxvt-config
- Owner: obsfx
- License: mit
- Fork: true (marcuskrahl/urxvt-config)
- Created: 2021-04-18T02:27:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T14:56:41.000Z (about 11 years ago)
- Last Synced: 2024-10-02T08:51:20.444Z (almost 2 years ago)
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# urxvt-config
This repository contains config files to be used with urxvt (rxvt-unicode).
It uses Perl plugins from [muennich/urxvt-perls](https://github.com/muennich/urxvt-perls muennich/urxvt-perls)
## Install urxvt
On Arch Linux run:
sudo pacman -S rxvt-unicode xsel ttf-dejavu
## Install the config file
Clone the repository:
git clone --recursive https://github.com/marcuskrahl/urxvt-config
Replace the .Xresources file:
mv ~/.Xresources ~/.Xresources.original
ln -s urxvt-config/Xresources ~/.Xresources
To use the Perl plugins for selection, URL selection and copy paste, copy the following files:
cp urxvt-config/plugins/* ~/.urxvt/ext/
## Usage
Make sure to apply the changes:
xrdb -load ~/.Xresources
The configuration should load automatically on login in most cases. If the configuration is not loaded add the following command to your .xinitrc:
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
When the changes are applied you can run urxvt by its command and you should immediately see the new configuration in action