ayekat / localdir

Personal configuration files
65 stars 3 forks source link

etc/X11/Xresources hardcodes home directory path #21

Closed ayekat closed 7 years ago

ayekat commented 7 years ago

On line 92:

URxvt.perl-lib       : /home/ayekat/.local/lib/urxvt/perl/

We'll have to see if it is possible to use environment variables there. This is quite a bit annoying if using the dotfiles for some other user.

marcthe12 commented 7 years ago

It depend on the evacation of xrdb. xrdb use the c prprosesor. So can use c Macros, includes.

ayekat commented 7 years ago

Thanks a lot for the hint! I now use XDG_... environment variables for this.