diff options
author | tv <tv@krebsco.de> | 2016-08-13 13:50:01 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-08-13 13:50:01 +0200 |
commit | 509a9f4ff47bd40856754b9440f07f9e7fa0f452 (patch) | |
tree | 2c0eeceab5c9963890b4d181768b7c806400176d /tv/2configs | |
parent | 0af1b763ba8187c68866d1368168ac1a839fc801 (diff) |
tv Xresources: use ff from per-user bindir
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/xserver/Xresources.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix index 923572721..f9af89c7e 100644 --- a/tv/2configs/xserver/Xresources.nix +++ b/tv/2configs/xserver/Xresources.nix @@ -2,7 +2,7 @@ with config.krebs.lib; -pkgs.writeText "Xresources" '' +pkgs.writeText "Xresources" /* xdefaults */ '' !URxvt*background: #050505 ! 2013-02-25 \e was reas escape before @@ -203,7 +203,7 @@ pkgs.writeText "Xresources" '' ! ref https://github.com/muennich/urxvt-perls URxvt*perl-ext: default,url-select URxvt*keysym.M-u: perl:url-select:select_next - URxvt*url-select.launcher: ${pkgs.ff}/bin/ff -new-tab + URxvt*url-select.launcher: /etc/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 |