urxvt config
Plain text
code posted
by
Quintus
created at 18 Feb 10:42
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
URxvt.iso14755: false
URxvt.background: black
URxvt.foreground: white
URxvt.cursorColor: red
URxvt.font: xft:Inconsolata:pixelsize=18, \
xft:DejaVu Sans Mono:pixelsize=14
URxvt.cursorBlink: true
URxvt.scrollBar: false
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: true
URxvt.scrollWithBuffer: true
URxvt.backgroundPixmap: /home/quintus/.config/terminal-hintergrund.jpg
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true
URxvt.matcher.button: 1
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.C-C: perl:clipboard:copy
URxvt.keysym.C-V: perl:clipboard:paste
URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
|
852 Bytes in 1 ms with coderay