summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
diff options
context:
space:
mode:
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..e1c317c
--- /dev/null
+++ b/.Xdefaults
@@ -0,0 +1,28 @@
+! General
+urxvt*loginShell: true
+urxvt*scrollBar: false
+urxvt*secondaryScroll: true
+urxvt*saveLines: 65535
+urxvt*cursorBlink: false
+urxvt*urgentOnBell: true
+
+! Extensions
+urxvt*perl-lib: /usr/lib/urxvt/perl/
+urxvt*perl-ext-common: default,matcher,searchable-scrollback
+urxvt*urlLauncher: chromium-browser
+urxvt*matcher.button: 1
+! - catch ugly URLs
+!urxvt.cutchars: `()'*<>[]{|}"
+
+! Appearance
+! - use a bitmap font
+urxvt*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
+urxvt*boldFont: -xos4-terminux-bold-*-*-*-14-*-*-*-*-*-*-*
+! - cursor
+urxvt*cursorColor: #DCDCCC
+! - pseudo transparency
+urxvt*shading: 20
+urxvt*transparent: true
+! - color scheme
+urxvt.background: #000000
+urxvt.foreground: #EBEBFF \ No newline at end of file