From 3e132a4ed98df00e409d1121f22f24e8c6aa5593 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 5 Aug 2018 10:41:38 +0200 Subject: update urxvt conf --- Xresources/.Xresources | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'Xresources') diff --git a/Xresources/.Xresources b/Xresources/.Xresources index 43f9f95..9690b04 100644 --- a/Xresources/.Xresources +++ b/Xresources/.Xresources @@ -83,8 +83,8 @@ Xcursor.size: 0 ! ------------------------------------------------------------------------------ XTerm*background: #000000 -XTerm*foreground: #fdf6e3 -XTerm*reverseVideo: on +XTerm*foreground: #ffffff +!XTerm*reverseVideo: on !XTerm*faceName: Terminus:size=11:antialias=true XTerm*selectToClipboard: true XTerm.font: xft:Monoid:size=7 @@ -93,22 +93,24 @@ XTerm.font: xft:Monoid:size=7 ! URxvt conf ! ------------------------------------------------------------------------------ -URxvt.font: xft:Monoid:size=7 -URxvt.depth: 32 -URxvt.background: [80]#000000 -URxvt*scrollBar: false -URxvt*mouseWheelScrollPage: false -URxvt*cursorBlink: true -URxvt*background: black -URxvt*foreground: white -URxvt*saveLines: 5000 -URxvt.perl-ext: default,url-select,tabbed,keyboard-select -URxvt.keysym.M-u: perl:url-select:select_next -URxvt.url-select.launcher: /usr/bin/xdg-open -URxvt.url-select.underline: true -URxvt.keysym.M-Escape: perl:keyboard-select:activate -URxvt.keysym.M-s: perl:keyboard-select:search -URxvt.keyboard-select.clipboard: true +!URxvt.font: xft:Monoid:size=7 +!URxvt.depth: 32 +!URxvt.background: [80]#000000 +!URxvt*scrollBar: false +!URxvt*mouseWheelScrollPage: false +!URxvt*cursorBlink: true +!URxvt*background: black +!URxvt*foreground: white +!URxvt*saveLines: 5000 +!URxvt.perl-ext: default,url-select,tabbed,keyboard-select +!URxvt.keysym.M-u: perl:url-select:select_next +!URxvt.url-select.launcher: /usr/bin/xdg-open +!URxvt.url-select.underline: true +!URxvt.keysym.M-Escape: perl:keyboard-select:activate +!URxvt.keysym.M-s: perl:keyboard-select:search +!URxvt.keyboard-select.clipboard: true +! +! ! emulate XTerm for proper recognition of key combinations in Vim !URxvt.keysym.Up : \033[A !breaks arrow keys in Vim !URxvt.keysym.Down : \033[B !breaks arrow keys in Vim -- cgit v1.2.1