1

I've trying to configure my rxvt-unicode so I need to know where to place extensions for it. I've tried this folder: ~/.urxvt/ext/ and properly configured my ~/.Xdefaults but no luck. Looks I should use some another folder but what the folder?

1 Answers1

1

You need to add two options in your ~/.Xresources :

URxvt*perl-lib: /your/perl/extensions/location
URxvt*perl-ext: # Comma-seperated list of extensions

You can find more options for customizing your terminal here.