diff options
author | Amin Bandali <me@aminb.org> | 2014-10-25 09:18:55 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-10-25 09:18:55 -0400 |
commit | 3aeeb20d5babf5d6698677d469f44b805058803e (patch) | |
tree | eabbdbf83c06c5147578d05668ddab9928cebdee /x/.Xresources | |
parent | 686c6d84bdc8407e2655dcdf708882e712dbd37d (diff) | |
download | configs-3aeeb20d5babf5d6698677d469f44b805058803e.tar.gz configs-3aeeb20d5babf5d6698677d469f44b805058803e.tar.xz configs-3aeeb20d5babf5d6698677d469f44b805058803e.zip |
add bspwm, sxhkd, conky, git, gtk and x configs
Diffstat (limited to 'x/.Xresources')
-rw-r--r-- | x/.Xresources | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x/.Xresources b/x/.Xresources new file mode 100644 index 0000000..341c733 --- /dev/null +++ b/x/.Xresources @@ -0,0 +1,12 @@ +URxvt.scrollBar: false +URxvt.font: -*-termsyn-medium-*-*-*-14-*-*-*-*-*-*-* +URxvt.boldFont: -*-termsyn-bold-*-*-*-14-*-*-*-*-*-*-* + +URxvt.perl-ext-common: default,clipboard,url-select +URxvt.url-select.launcher: firefox +URxvt.url-select.underline: true +URxvt.keysym.M-u: perl:url-select:select_next +URxvt.iso14755 : false +URxvt.keysym.M-c: perl:clipboard:copy +URxvt.keysym.M-v: perl:clipboard:paste +URxvt.keysym.C-A-V: perl:clipboard:paste_escaped |