From 8c96fdfbb100e7132508dadda527229247f5e6e8 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 24 Aug 2021 14:36:26 -0500 Subject: Fix missing plugins in Xresources for URxvt --- .Xresources | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index f04fffc..69fd6a7 100644 --- a/.Xresources +++ b/.Xresources @@ -48,7 +48,7 @@ XTerm.vt100.translations: #override \n\ Ctrl Shift C: copy-selection(CLIPBOARD) \n\ Ctrl Shift V: insert-selection(CLIPBOARD) -! URxvt settings +! URxvt graphics URxvt.font: xft:Fantasque\\ Sans\\ Mono:pixelsize=15 URxvt.scrollBar: false URxvt*scrollTtyOutput: false @@ -56,3 +56,8 @@ URxvt*scrollWithBuffer: true URxvt*scrollTtyKeypress: true URxvt*secondaryScreen: 1 URxvt*secondaryScroll: 0 +URxvt.perl-ext-common: default,url-select,keyboard-select +URxvt.copyCommand: xclip -i -selection clipboard +URxvt.pasteCommand: xclip -o -selection clipboard +URxvt.url-select-launcher: /usr/bin/xdg-open +URxvt.url-select.underline: true -- cgit v1.2.3