summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xserver
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
commitdeade6f2353860ab5e5f6d1d3744451b2a1c9975 (patch)
tree8f0813fc00818cb814f6f8aa3d55380ebfc56fd3 /tv/2configs/xserver
parent1af50676e5ce8262109f7c8efed1e1876f2b4eb0 (diff)
tv Xresources: fix URxvt*url-select.launcher path
Diffstat (limited to 'tv/2configs/xserver')
-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 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";