X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b28685bc89508341cb0574287d150e6d66fa72ae..7df7fe859d85196c5931f5d809edcb2bc4435033:/Xresources diff --git a/Xresources b/Xresources index f0dc65c..87fa239 100644 --- a/Xresources +++ b/Xresources @@ -24,13 +24,16 @@ URxvt.iso14755: false URxvt.iso14755_52: false ! {{{ Perl extensions -URxvt.perl-ext-common: default,matcher,clipboard -! {{{ matcher -URxvt.url-launcher: mimeo -URxvt.matcher.button: 1 - -URxvt.keysym.4-r: perl:matcher:last -URxvt.keysym.4-Delete: perl:matcher:list +URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select +! {{{ url-select +URxvt.keysym.1-u: perl:url-select:select_next +URxvt.url-select.button: 1 +URxvt.url-select.launcher: mimeo +URxvt.url-select.underline: true +! }}} +! {{{ keyboard-select +URxvt.keysym.1-Escape: perl:keyboard-select:activate +URxvt.keysym.1-s: perl:keyboard-select:search ! }}} ! {{{ clipboard URxvt.keysym.C-C: perl:clipboard:copy @@ -41,32 +44,32 @@ URxvt.keysym.C-A-V: perl:clipboard:paste_escaped ! {{{ Colours URxvt*.depth: 32 -*background: [75]#222222 -*foreground: #f8f8f2 +URxvt*.background: [75]#222222 +URxvt*.foreground: #f8f8f2 ! Black -*color0: #262729 -*color8: #262729 +URxvt*.color0: #262729 +URxvt*.color8: #262729 ! Red -*color1: #f92671 -*color9: #ff669d +URxvt*.color1: #f92671 +URxvt*.color9: #ff669d ! Green -*color2: #a6e22e -*color10: #beed5f +URxvt*.color2: #a6e22e +URxvt*.color10: #beed5f ! Yellow -*color3: #fd971f -*color11: #e6db74 +URxvt*.color3: #fd971f +URxvt*.color11: #e6db74 ! Blue -*color4: #1692d0 -*color12: #66d9ef +URxvt*.color4: #1692d0 +URxvt*.color12: #66d9ef ! Magenta -*color5: #9e6ffe -*color13: #df92f6 +URxvt*.color5: #9e6ffe +URxvt*.color13: #df92f6 ! Cyan -*color6: #5e7175 -*color14: #a3babf +URxvt*.color6: #5e7175 +URxvt*.color14: #a3babf ! White -*color7: #ffffff -*color15: #ffffff +URxvt*.color7: #ffffff +URxvt*.color15: #ffffff ! Cursor -*cursorColor: #b5d2dd +URxvt*.cursorColor: #b5d2dd ! }}}