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?
Asked
Active
Viewed 1,243 times
1
JavaRunner
- 151
1 Answers
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.
Parsa Mousavi
- 3,433