summaryrefslogtreecommitdiff
path: root/.Xresources/base
diff options
context:
space:
mode:
Diffstat (limited to '.Xresources/base')
-rw-r--r--.Xresources/base53
1 files changed, 53 insertions, 0 deletions
diff --git a/.Xresources/base b/.Xresources/base
new file mode 100644
index 0000000..96582a7
--- /dev/null
+++ b/.Xresources/base
@@ -0,0 +1,53 @@
+! XTERM !
+
+! Appearance xterm
+*xterm*faceName: Monaco
+*xterm*faceSize: 11
+*xterm*background: Black
+*xterm*foreground: White
+*xterm*cursorColor: Green
+
+! Copy-paste support
+XTerm*selectToClipboard: true
+
+! URXVT !
+
+! General settings
+URxvt.loginShell : true
+URxvt.termName : rxvt-256color
+
+! Custom META key
+URxvt*modifier: alt
+
+! Copy-paste configuration
+URxvt.clipboard.copycmd: xclip -i -selection clipboard
+URxvt.clipboard.pastecmd: xclip -o -selection clipboard
+
+! Perl extensions configuration
+URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,fullscreen
+URxvt.url-select.launcher: /usr/bin/uzbl
+URxvt.url-select.underline: true
+
+! Key bindings for extensions
+URxvt.keysym.M-Escape: perl:keyboard-select:activate
+URxvt.keysym.M-s: perl:keyboard-select:search
+URxvt.keysym.M-u: perl:url-select:select_next
+URxvt.keysym.M-y: perl:clipboard:copy
+URxvt.keysym.M-p: perl:clipboard:paste
+URxvt.keysym.F11: perl:fullscreen:switch
+
+! Appearance
+! URxvt*font: xft:DejaVu Sans Mono:size=12
+URxvt*font: xft:monaco:size=11:antialias=false
+URxvt*scrollBar: false
+URxvt*internalBorder: 0
+
+! True transparency
+URxvt.depth: 32
+
+! Font configuration
+! Xft.dpi: 96
+! Xft.antialias: false
+! Xft.hinting: true
+! Xft.rgba: rgb
+! Xft.hintstyle: hintslight