diff options
Diffstat (limited to '')
-rw-r--r-- | .Xresources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index fcd6bb6..7bf7bea 100644 --- a/.Xresources +++ b/.Xresources @@ -23,7 +23,8 @@ URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007 ! perl-modules -URxvt.perl-ext-common: default,url-select,clipboard,selection-autotransform +URxvt.perl-lib: /home/necoro/.urxvt/extensions/ +URxvt.perl-ext-common: default,url-select,clipboard,selection-autotransform,wgetpaste ! allow Alt-V/-C for pasting from/copying to clipboard URxvt.keysym.M-v: perl:clipboard:paste |