summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-04-25 00:07:31 +0200
committertv <tv@krebsco.de>2019-04-25 00:13:59 +0200
commit71ed9c9730e8a711418b11b052ec9bbf867f1074 (patch)
treed5dc04b1d9b4590ee1d46b30a036ddfd66aba656
parentd50bf223371beca879f94884a30f033fd3512118 (diff)
tv Xresources: fix URxvt*url-select.launcher path
-rw-r--r--tv/2configs/xserver/Xresources.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix
index 679b77dc..84b37f67 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";