From 13dc87abe278aa5940c237c6ce84bb75e0fb4ef8 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sat, 7 Mar 2020 01:54:37 +0100 Subject: [PATCH] URxvt Xresources added --- install.conf.yaml | 1 + urxvt/Xresources | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 urxvt/Xresources diff --git a/install.conf.yaml b/install.conf.yaml index 5d1b4c6..3614bd0 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -23,6 +23,7 @@ ~/.xinitrc: X11/xinitrc ~/.xsession: X11/xsession ~/.Xresources: X11/Xresources + ~/.Xresources.d/urxvt: urxvt/Xresources ~/.config/user-dirs.dirs: X11/user-dirs.dirs ~/.config/awesome: awesome ~/.config/redshift.conf: redshift/redshift.conf diff --git a/urxvt/Xresources b/urxvt/Xresources new file mode 100644 index 0000000..01197fa --- /dev/null +++ b/urxvt/Xresources @@ -0,0 +1,27 @@ +! URxvt +URxvt*loginShell: true +URxvt*scrollBar: false +URxvt*scrollBar_right: true + +!! URxvt Styling +URxvt*foreground: #4ad5e1 +URxvt*boldFont: +URxvt*italicFont: +URxvt*bolditalicFont: +URxvt*letterSpace: -1 +URxvt*linespace: -1 +URxvt*transparent: false +!URxvt*inheritPixmap: true +!URxvt*shading: 80 + + +!! URxvt extensions +URxvt.perl-ext: default,clipboard,url-select +URxvt.url-select.underline: false +URxvt.url-select.launcher: /usr/bin/xdg-open +URxvt.url-select.autocopy: true +URxvt.clipboard.autocopy: true +URxvt.clipboard.copycmd: xsel -ib +URxvt.clipboard.pastecmd: xsel -ob +URxvt.keysym.Shift-Control-C: perl:clipboard:copy +URxvt.keysym.Shift-Control-V: perl:clipboard:paste