diff options
| -rw-r--r-- | Xdefaults | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..f18933f --- /dev/null +++ b/Xdefaults @@ -0,0 +1,28 @@ +URxvt.font: xft:Terminus:pixelsize=14:antialias=true, \ + xft:Unifont:size=7:antialias=false +! xft:Symbola +URxvt.scrollBar: false +URxvt.saveLines: 10000 +URxvt.background: black +URxvt.foreground: grey70 +URxvt.color12: RoyalBlue +URxvt.urgentOnBell: true +URxvt.scrollTtyOutput: false +URxvt.scrollWithBuffer: false +URxvt.scrollTtyKeypress: true +!URxvt.borderLess: true +URxvt.iso14755: false +URxvt.iso14755_52: false +URxvt.perl-ext-common: searchable-scrollback,matcher,font-size +URxvt.url-launcher: /usr/bin/x-www-browser +URxvt.matcher.button: 1 +URxvt.matcher.pattern.1: (?:Closes:.|\\#)(\\d{6}\\b) +URxvt.matcher.launcher.1: x-www-browser https:\/\/bugs.debian.org/$1 +URxvt.matcher.pattern.2: (\\d{6})@bugs.debian.org +URxvt.matcher.launcher.2: x-www-browser https:\/\/bugs.debian.org/$1 +URxvt.matcher.pattern.3: (\\b[\\w-]*[A-Za-z][\\w-]*\\([1-9]\\)) +URxvt.matcher.launcher.3: x-www-browser https:\/\/manpages.debian.org\/unstable\/$1 +URxvt.font-size.step: 2 +xterm*font: terminus-24 +xterm*background: black +xterm*foreground: grey70 |
