https://github.com/dhn-nys/rxvt_cstmz
share config costumes
https://github.com/dhn-nys/rxvt_cstmz
arch ubuntu urxvt urxvt-theme
Last synced: about 2 months ago
JSON representation
share config costumes
- Host: GitHub
- URL: https://github.com/dhn-nys/rxvt_cstmz
- Owner: Dhn-nys
- Created: 2020-09-30T07:00:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T06:39:42.000Z (over 4 years ago)
- Last Synced: 2025-02-07T22:49:19.887Z (3 months ago)
- Topics: arch, ubuntu, urxvt, urxvt-theme
- Homepage:
- Size: 517 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rxvt customize (rxvt-unicode)
urxvt-unicode commonly known as rxvt, is a color VT102 terminal emulator for X windows systems. urxvt was written by Marc Lehmann in 2003. urxvt can run in daemon mode, that is, it reduces memory usage and loading during terminal usage.## Install
Ubuntu.
``sudo apt-get install rxvt-unicode-256color ncurses-term``
``git clone https://github.com/muennich/urxvt-perls``
``mv urxvt-perls/{clipboard,keyboard-select,url-select} /usr/lib/urxvt/perls``
Arch.
``yaourt -S rxvt-unicode-patched urxvt-perls``
or
``pacman -Sy rxvt-unicode``
## Config
on ubuntu the file is in ``~/.Xdefaults``, while in arch linux it is ``~/.Xresources``. if it doesn't exist in ubuntu or arch, you first create the file.
## Use config
Ubuntu.
``sudo xrdb ~/.Xdefaults``
Arch.
``sudo xrdb ~/.Xresources``