From dd4c0e0980c72a9b9ee0f1cbec90aaea36075989 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 21 May 2017 16:22:42 +0200 Subject: [PATCH] replaced .Xdefaults with .Xresources --- ....Xdefaults.desktop => .Xresources.desktop} | 82 +++++++++++-------- ...defaults.thinkpad => .Xresources.thinkpad} | 78 ++++++++++-------- 2 files changed, 92 insertions(+), 68 deletions(-) rename urxvt/{.Xdefaults.desktop => .Xresources.desktop} (53%) rename urxvt/{.Xdefaults.thinkpad => .Xresources.thinkpad} (56%) diff --git a/urxvt/.Xdefaults.desktop b/urxvt/.Xresources.desktop similarity index 53% rename from urxvt/.Xdefaults.desktop rename to urxvt/.Xresources.desktop index 9eea784..a89f236 100644 --- a/urxvt/.Xdefaults.desktop +++ b/urxvt/.Xresources.desktop @@ -28,9 +28,8 @@ URxvt.lineSpace: 0 ! Fonts URxvt.allow_bold: false -/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */ -URxvt*font: xft:DejaVu Sans Mono for Powerline:size=12 -URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=12 +URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10 +URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10 ! Fix font space URxvt*letterSpace: -1 @@ -40,64 +39,77 @@ URxvt.scrollStyle: rxvt URxvt.scrollBar: false ! Perl extensions -URxvt.perl-ext-common: default,matcher URxvt.matcher.button: 1 -URxvt.urlLauncher: firefox +URxvt.urlLauncher: qutebrowser ! Cursor URxvt.cursorBlink: true -URxvt.cursorColor: #657b83 URxvt.cursorUnderline: false ! Pointer URxvt.pointerBlank: true -!!Source http://github.com/altercation/solarized - -#*background: #002b36 -*shading: 20 - -# Enable paste support +! Enable paste support URxvt.perl-lib: /home/alrayyes/bin/urxvt/perl URxvt.keysym.Shift-Control-V: perl:clipboard:paste URxvt.iso14755: False -URxvt.perl-ext-common: default,clipboard +URxvt.perl-ext-common: default,matcher,clipboard -*foreground: #657b83 -!!*fading: 40 -*fadeColor: #002b36 -*cursorColor: #93a1a1 -*pointerColorBackground: #586e75 -*pointerColorForeground: #93a1a1 +*shading: 20 + +#define S_base03 #002b36 +#define S_base02 #073642 +#define S_base01 #586e75 +#define S_base00 #657b83 +#define S_base0 #839496 +#define S_base1 #93a1a1 +#define S_base2 #eee8d5 +#define S_base3 #fdf6e3 + +*background: S_base03 +*foreground: S_base0 +*fadeColor: S_base03 +*cursorColor: S_base1 +*pointerColorBackground:S_base01 +*pointerColorForeground:S_base1 + +#define S_yellow #b58900 +#define S_orange #cb4b16 +#define S_red #dc322f +#define S_magenta #d33682 +#define S_violet #6c71c4 +#define S_blue #268bd2 +#define S_cyan #2aa198 +#define S_green #859900 !! black dark/light -*color0: #073642 -*color8: #002b36 +*color0: S_base02 +*color8: S_base03 !! red dark/light -*color1: #dc322f -*color9: #cb4b16 +*color1: S_red +*color9: S_orange !! green dark/light -*color2: #859900 -*color10: #586e75 +*color2: S_green +*color10: S_base01 !! yellow dark/light -*color3: #b58900 -*color11: #657b83 +*color3: S_yellow +*color11: S_base00 !! blue dark/light -*color4: #268bd2 -*color12: #839496 +*color4: S_blue +*color12: S_base0 !! magenta dark/light -*color5: #d33682 -*color13: #6c71c4 +*color5: S_magenta +*color13: S_violet !! cyan dark/light -*color6: #2aa198 -*color14: #93a1a1 +*color6: S_cyan +*color14: S_base1 !! white dark/light -*color7: #eee8d5 -*color15: #fdf6e3 +*color7: S_base2 +*color15: S_base3 diff --git a/urxvt/.Xdefaults.thinkpad b/urxvt/.Xresources.thinkpad similarity index 56% rename from urxvt/.Xdefaults.thinkpad rename to urxvt/.Xresources.thinkpad index e81b0a3..931385f 100644 --- a/urxvt/.Xdefaults.thinkpad +++ b/urxvt/.Xresources.thinkpad @@ -28,7 +28,6 @@ URxvt.lineSpace: 0 ! Fonts URxvt.allow_bold: false -/* URxvt.font: -*-terminus-medium-r-normal-*-12-120-72-72-c-60-iso8859-1 */ URxvt*font: xft:DejaVu Sans Mono for Powerline:size=10 URxvt*boldFont: xft:Dejavu Sans Mono for Powerline:size=10 @@ -40,64 +39,77 @@ URxvt.scrollStyle: rxvt URxvt.scrollBar: false ! Perl extensions -URxvt.perl-ext-common: default,matcher URxvt.matcher.button: 1 -URxvt.urlLauncher: firefox +URxvt.urlLauncher: qutebrowser ! Cursor URxvt.cursorBlink: true -URxvt.cursorColor: #657b83 URxvt.cursorUnderline: false ! Pointer URxvt.pointerBlank: true -!!Source http://github.com/altercation/solarized - -#*background: #002b36 -*shading: 20 - -# Enable paste support +! Enable paste support URxvt.perl-lib: /home/alrayyes/bin/urxvt/perl URxvt.keysym.Shift-Control-V: perl:clipboard:paste URxvt.iso14755: False -URxvt.perl-ext-common: default,clipboard +URxvt.perl-ext-common: default,matcher,clipboard -*foreground: #657b83 -!!*fading: 40 -*fadeColor: #002b36 -*cursorColor: #93a1a1 -*pointerColorBackground: #586e75 -*pointerColorForeground: #93a1a1 +*shading: 20 + +#define S_base03 #002b36 +#define S_base02 #073642 +#define S_base01 #586e75 +#define S_base00 #657b83 +#define S_base0 #839496 +#define S_base1 #93a1a1 +#define S_base2 #eee8d5 +#define S_base3 #fdf6e3 + +*background: S_base03 +*foreground: S_base0 +*fadeColor: S_base03 +*cursorColor: S_base1 +*pointerColorBackground:S_base01 +*pointerColorForeground:S_base1 + +#define S_yellow #b58900 +#define S_orange #cb4b16 +#define S_red #dc322f +#define S_magenta #d33682 +#define S_violet #6c71c4 +#define S_blue #268bd2 +#define S_cyan #2aa198 +#define S_green #859900 !! black dark/light -*color0: #073642 -*color8: #002b36 +*color0: S_base02 +*color8: S_base03 !! red dark/light -*color1: #dc322f -*color9: #cb4b16 +*color1: S_red +*color9: S_orange !! green dark/light -*color2: #859900 -*color10: #586e75 +*color2: S_green +*color10: S_base01 !! yellow dark/light -*color3: #b58900 -*color11: #657b83 +*color3: S_yellow +*color11: S_base00 !! blue dark/light -*color4: #268bd2 -*color12: #839496 +*color4: S_blue +*color12: S_base0 !! magenta dark/light -*color5: #d33682 -*color13: #6c71c4 +*color5: S_magenta +*color13: S_violet !! cyan dark/light -*color6: #2aa198 -*color14: #93a1a1 +*color6: S_cyan +*color14: S_base1 !! white dark/light -*color7: #eee8d5 -*color15: #fdf6e3 +*color7: S_base2 +*color15: S_base3