21 lines
358 B
Markdown
21 lines
358 B
Markdown
|
# urxvt
|
||
|
|
||
|
a.k.a. rxvt-unicode.
|
||
|
|
||
|
Uses following perl extensions:
|
||
|
|
||
|
* Clickable URLs
|
||
|
* Simple Tabbing
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Create a symlink for `.Xresources`
|
||
|
|
||
|
`ln -s ~/.dotfiles/urxvt/xresources ~/.Xresources`
|
||
|
|
||
|
## Daemon
|
||
|
|
||
|
[Startup][url-daemon] with `urxvtd -q -o -f`
|
||
|
|
||
|
[url-daemon]:https://wiki.archlinux.org/index.php/Rxvt-unicode/Tips_and_tricks#Daemon-client
|