diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-05 10:41:38 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-05 10:41:38 +0200 |
commit | 3e132a4ed98df00e409d1121f22f24e8c6aa5593 (patch) | |
tree | 78bc284c2b8242439b0dc02af9d7df040270807d /Xresources | |
parent | 263e740a70eb6cb89d10d06797e9dfad7b0f555c (diff) | |
download | dotfiles_ascii-3e132a4ed98df00e409d1121f22f24e8c6aa5593.tar.xz dotfiles_ascii-3e132a4ed98df00e409d1121f22f24e8c6aa5593.zip |
update urxvt conf
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources/.Xresources | 38 |
1 files changed, 20 insertions, 18 deletions
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 |