summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-08-24 14:36:26 -0500
committerDanny Holman <dholman@gymli.xyz>2021-08-24 14:36:26 -0500
commit8c96fdfbb100e7132508dadda527229247f5e6e8 (patch)
tree03b1341111b7f37f54d1f6e8916a63b23ee2ce27
parent2592c4b0ee26c6c2baa9c2f740a9f164ddd40965 (diff)
Fix missing plugins in Xresources for URxvt
-rw-r--r--.Xresources7
1 files changed, 6 insertions, 1 deletions
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 <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>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