summaryrefslogtreecommitdiff
path: root/Xdefaults
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2020-09-09 23:27:29 +0200
committerReiner Herrmann <reiner@reiner-h.de>2020-09-09 23:27:29 +0200
commit84a42e5223bbfb1eca9cf20c366330c35076a421 (patch)
tree8b37c892e9faaf9aeb6acc1cd40e0c7f7ff407e9 /Xdefaults
parent8aed500052fda6280e965059cc4af1ed0ab32cb8 (diff)
added Xdefaults
Diffstat (limited to 'Xdefaults')
-rw-r--r--Xdefaults28
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