From 53970d5b8478d50a21ffa4dd0ff1ab23232460fc Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sat, 22 Feb 2014 11:22:26 +0100 Subject: Added xinit configuration and moved Xressources into xorg folder * Xressources can contain more than just urxvt configuration and as such doesn't belong into a urxvt specific folder * xinitrc remaps caps lock to escape --- urxvt/.Xresources | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 urxvt/.Xresources (limited to 'urxvt') diff --git a/urxvt/.Xresources b/urxvt/.Xresources deleted file mode 100644 index f8f17bb..0000000 --- a/urxvt/.Xresources +++ /dev/null @@ -1,15 +0,0 @@ -URxvt.foreground: white -URxvt.background: black -URxvt.scrollBar: false -URxvt.transparent: false -URxvt.font: xft:monospace:size=8 -URxvt.perl-ext-common: 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.keysym.Control-Up: \033[1;5A -URxvt.keysym.Control-Down: \033[1;5B -URxvt.keysym.Control-Left: \033[1;5D -URxvt.keysym.Control-Right: \033[1;5C -- cgit v1.2.3