diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/.Xresources | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index 48d0c75..8f9c056 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,14 +1,14 @@ -URxvt.foreground: white -URxvt.background: black +URxvt.background: #111111 +URxvt.foreground: #c9c9c9 URxvt.scrollBar: false URxvt.transparent: false URxvt.font: xft:Droid Sans Mono:size=8 -URxvt.perl-ext-common: vtwheel,matcher,clipboard +URxvt.perl-ext-common: default,vtwheel,matcher,clipboard URxvt.saveLines: 10000 URxvt.inheritPixmap: false URxvt.matcher.button: 1 URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] -URxvt.urlLauncher: firefox +URxvt.url-launcher: firefox URxvt.keysym.Control-Up: \033[1;5A URxvt.keysym.Control-Down: \033[1;5B URxvt.keysym.Control-Left: \033[1;5D |