aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-05 10:41:38 +0200
committerneodarz <neodarz@neodarz.net>2018-08-05 10:41:38 +0200
commit3e132a4ed98df00e409d1121f22f24e8c6aa5593 (patch)
tree78bc284c2b8242439b0dc02af9d7df040270807d
parent263e740a70eb6cb89d10d06797e9dfad7b0f555c (diff)
downloaddotfiles_ascii-3e132a4ed98df00e409d1121f22f24e8c6aa5593.tar.xz
dotfiles_ascii-3e132a4ed98df00e409d1121f22f24e8c6aa5593.zip
update urxvt conf
-rw-r--r--Xresources/.Xresources38
-rw-r--r--urxvt/.Xdefaults27
2 files changed, 42 insertions, 23 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
diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults
index 2b4cfc8..4872944 100644
--- a/urxvt/.Xdefaults
+++ b/urxvt/.Xdefaults
@@ -18,8 +18,8 @@
#include </home/xero/sourcerer.Xcolors>
! █▓▒░ fonts
-urxvt*font: xft:gohufont:size=11:antialias=false, \
- xft:Symbola:pixelsize=14:antialias=true:hinting=slight
+!urxvt*font: xft:gohufont:size=11:antialias=false, \
+! xft:Symbola:pixelsize=14:antialias=true:hinting=slight
!urxvt*font: -*-creep-regular-*-*--16-*-*-*-*-*-*-1
!urxvt*font: -*-lime-*-*-*--11-*-*-*-*-*-*-1
!urxvt*font: xft:creep:size=16:antialias=true
@@ -30,9 +30,11 @@ urxvt*font: xft:gohufont:size=11:antialias=false, \
!urxvt*font: xft:perfect dos vga 437:size=11:antialias=false
!urxvt*font: xft:tewi:size=11:antialias=false
-urxvt*boldFont:
-urxvt*italicFont:
-urxvt*bolditalicFont:
+!urxvt*boldFont:
+!urxvt*italicFont:
+!urxvt*bolditalicFont:
+
+urxvt*font: xft:Monoid:size=7
urxvt*letterSpace: 0
urxvt*lineSpace: -1
@@ -41,6 +43,13 @@ urxvt*lineSpace: -1
urxvt*scrollBar: false
urxvt*transparent: false
!urxvt*shading: 38
+urxvt*depth: 32
+urxvt*mouseWheelScrollPage: false
+urxvt*cursorBlink: true
+
+! █▓▒░ style
+urxvt*background: [80]#000000
+urxvt*foreground: #ffffff
! █▓▒░ clipboard
urxvt.perl-ext-common: default,clipboard,keyboard-select
@@ -48,9 +57,17 @@ urxvt.keysym.M-Escape: perl:keyboard-select:activate
urxvt.keysym.M-c: perl:clipboard:copy
urxvt.keysym.C-v: perl:clipboard:paste
urxvt.keysym.M-C-v: perl:clipboard:paste_escaped
+urxvt.keysym.M-u: perl:url-select:select_next
+urxvt.keysym.M-s: perl:keyboard-select:search
urxvt.clipboard.copycmd: xsel -ib
urxvt.clipboard.pastecmd: xsel -ob
+! █▓▒░ extensions
+urxvt*perl-ext: default,url-select,tabbed,keyboard-select
+urxvt*url-select.launcher: /usr/bin/xdg-open
+urxvt.url-select.underline: true
+urxvt.keyboard-select.clipboard: true
+
! █▓▒░ misc
urxvt.saveLines: 9999
urxvt.iso14755: false