summaryrefslogtreecommitdiff
path: root/Xresources
diff options
context:
space:
mode:
Diffstat (limited to 'Xresources')
-rw-r--r--Xresources61
1 files changed, 61 insertions, 0 deletions
diff --git a/Xresources b/Xresources
new file mode 100644
index 0000000..3fc26c2
--- /dev/null
+++ b/Xresources
@@ -0,0 +1,61 @@
+Xft.dpi:88
+
+*.background: #000000
+*.foreground: #ffffff
+URxvt.font: xft:Px437 DOS/V re. JPN12:size=10
+
+! black
+*.color0: #000000
+*.color8: #4d4d4d
+
+! red
+*.color1: #9f2625
+*.color9: #ff0400
+
+! green
+*.color2: #31cb1b
+*.color10: #23fd00
+
+! yellow
+*.color3: #cecb00
+*.color11: #fffd00
+
+! blue
+*.color4: #3347c8
+*.color12: #3655ff
+
+! magenta
+*.color5: #cb1ed1
+*.color13: #fd28ff
+
+! cyan
+*.color6: #0dcdcd
+*.color14: #3bffff
+
+! white
+*.color7: #e5e5e5
+*.color15: #ffffff
+
+
+URxvt.scrollBar: false
+URxvt.depth: 32
+URxvt.urgentOnBell: true
+URxvt.Iso14755: false
+URxvt.keysym.Shift-Up: command:\033]720;1\007
+URxvt.keysym.Shift-Down: command:\033]721;1\007
+URxvt.keysym.Control-Up: \033[1;5A
+URxvt.keysym.Control-Down: \033[1;5B
+URxvt.keysym.Control-Right: \033[1;5C
+URxvt.keysym.Control-Left: \033[1;5D
+URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
+URxvt.copyCommand: xclip -i -selection clipboard
+URxvt.pasteCommand: xclip -o -selection clipboard
+URxvt.keysym.M-c: perl:clipboard:copy
+URxvt.keysym.M-v: perl:clipboard:paste
+URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
+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.urlLauncher: firefox
+URxvt.underlineURLs: true
+URxvt.urlButton: 1