From 2d09e180427a8fc601d926f7057e2c44233222c4 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 24 Jan 2016 11:04:49 +0100 Subject: Updates --- dot_Xdefaults | 78 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 44 insertions(+), 34 deletions(-) (limited to 'dot_Xdefaults') diff --git a/dot_Xdefaults b/dot_Xdefaults index e031469..24fcfbc 100644 --- a/dot_Xdefaults +++ b/dot_Xdefaults @@ -1,30 +1,6 @@ -URxvt.matcher.button: 1 -URxvt*scrollstyle: rxvt - -URxvt.perl-ext-common: default,matcher -URxvt.urlLauncher: /usr/bin/firefox -URxvt.scrollBar: off - -URxvt*transparent: true -Rxvt*shading: 30 - -Xft.autohint: 1 -Xft.antialiasing: 1 - -#URxvt.font: -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1 -#URxvt.font: -misc-fixed-medium-r-normal--15-120-90--c-90-iso8859-1 -URxvt.font: xft:inconsolata:size=12 - -URxvt.perl-ext: default,url-select,font-size -URxvt.keysym.M-u: perl:url-select:select_next -URxvt.url-select.launcher: /usr/bin/firefox -new-tab -URxvt.url-select.underline: true -URxvt.keysym.C-Up: perl:font-size:increase -URxvt.keysym.C-Down: perl:font-size:decrease - -*visualBell: false +# General terminal configuration -sterm*scrollTtyOutput: false +#xterm*scrollTtyOutput: false xterm*rightScrollBar: true xterm*faceName: inconsolata:pixelsize=14 xterm*utf8: 2 @@ -37,12 +13,7 @@ xterm*jumpScroll: true xterm*eightBitInput: true xterm*multiScroll: true xterm*toolBar: false -#xft.rgba: rgb -#xft.hinting: true -#xft.antialias: true -#xft.hintstyle: hintfull -#xft.dpi: 96 -Xcursor*theme: Adwaita + *Text.background: #efefef *foreground: #dddddd *background: #111111 @@ -63,5 +34,44 @@ Xcursor*theme: Adwaita *color14: #46a4ff *color15: #ffffff -rxvt*modifier: alt -urxvt*modifier: alt + +# Configuration for urxvt + +URxvt.keysym.C-Right : \033[1;5C +URxvt.keysym.C-Left : \033[1;5D + +URxvt.matcher.button: 1 +#rxvt*modifier: alt +#urxvt*modifier: alt + +URxvt.scrollBar: off +URxvt*scrollstyle: rxvt + +URxvt*transparent: false +Rxvt*shading: 30 + +#URxvt.font: -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso8859-1 +#URxvt.font: -misc-fixed-medium-r-normal--15-120-90--c-90-iso8859-1 +URxvt.font: xft:inconsolata:size=11 + +#xft.rgba: rgb +#xft.hinting: true +#xft.antialias: true +#xft.hintstyle: hintfull +#xft.dpi: 96 +Xft.autohint: true +Xft.antialias: true + +URxvt.perl-ext-common: default,clipboard,url-select,matcher,resize-font +URxvt.keysym.M-u: perl:url-select:select_next +URxvt.url-select.launcher: /usr/bin/firefox -new-tab +URxvt.url-select.underline: true +URxvt.resize-font.smaller: C-Down +URxvt.resize-font.bigger: C-Up + + +# Other configuration + +Xcursor*theme: Adwaita + +*visualBell: false -- cgit v1.2.3