tv Xresources: fix URxvt*url-select.launcher path

This commit is contained in:
tv 2019-04-25 00:07:31 +02:00
parent d50bf22337
commit 71ed9c9730
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ with import <stockholm/lib>;
"URxvt*perl-ext" = "default,url-select";
"URxvt*keysym.M-u" = "perl:url-select:select_next";
"URxvt*url-select.launcher" =
"/etc/per-user/${config.krebs.build.user.name}/bin/ff -new-tab";
"/etc/profiles/per-user/${config.krebs.build.user.name}/bin/ff -new-tab";
"URxvt*url-select.underline" = "true";
"URxvt*colorUL" = "#4682B4";
"URxvt.perl-lib" = "${pkgs.urxvt_perls}/lib/urxvt/perl";