diff options
author | Adrian Kummerländer | 2014-02-22 11:22:26 +0100 |
---|---|---|
committer | Adrian Kummerländer | 2014-02-22 11:22:26 +0100 |
commit | 53970d5b8478d50a21ffa4dd0ff1ab23232460fc (patch) | |
tree | 8a8da4688768ca8450eb820f0a879ef5ca3c7344 /xorg/.Xresources | |
parent | f9ff223d4a86bb0e5a40cfa85fd9a59050f984e9 (diff) | |
download | dotfiles-53970d5b8478d50a21ffa4dd0ff1ab23232460fc.tar dotfiles-53970d5b8478d50a21ffa4dd0ff1ab23232460fc.tar.gz dotfiles-53970d5b8478d50a21ffa4dd0ff1ab23232460fc.tar.bz2 dotfiles-53970d5b8478d50a21ffa4dd0ff1ab23232460fc.tar.lz dotfiles-53970d5b8478d50a21ffa4dd0ff1ab23232460fc.tar.xz dotfiles-53970d5b8478d50a21ffa4dd0ff1ab23232460fc.tar.zst dotfiles-53970d5b8478d50a21ffa4dd0ff1ab23232460fc.zip |
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
Diffstat (limited to 'xorg/.Xresources')
-rw-r--r-- | xorg/.Xresources | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources new file mode 100644 index 0000000..f8f17bb --- /dev/null +++ b/xorg/.Xresources @@ -0,0 +1,15 @@ +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 |