diff options
author | tv <tv@krebsco.de> | 2019-04-25 00:07:31 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-04-25 00:13:59 +0200 |
commit | deade6f2353860ab5e5f6d1d3744451b2a1c9975 (patch) | |
tree | 8f0813fc00818cb814f6f8aa3d55380ebfc56fd3 /tv/2configs | |
parent | 1af50676e5ce8262109f7c8efed1e1876f2b4eb0 (diff) |
tv Xresources: fix URxvt*url-select.launcher path
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/xserver/Xresources.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix index 679b77d..84b37f6 100644 --- a/tv/2configs/xserver/Xresources.nix +++ b/tv/2configs/xserver/Xresources.nix @@ -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"; |