From a85a9c52bedd3c7b5b5db4840f3582a8486a9f6b Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 9 Apr 2019 18:18:42 +0200 Subject: [PATCH] Update some urxvt resources. --- dotfiles/Xresources | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 6dbc6df..763b6f7 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -47,10 +47,14 @@ URxvt.secondaryScreen: 1 URxvt.secondaryScroll: 0 ! Perl extensions -URxvt.perl-ext-common: default,matcher,font-size +URxvt.perl-ext-common: default,matcher,font-size,eval URxvt.matcher.button: 1 URxvt.urlLauncher: /usr/bin/xdg-open +! Copy/Paste Stuff +URxvt.keysym.Shift-Control-V: eval:paste_clipboard +URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard + ! Cursor URxvt.cursorBlink: true URxvt.cursorUnderline: false