diff options
author | tv <tv@krebsco.de> | 2015-10-24 22:55:50 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-24 22:58:00 +0200 |
commit | 2e4a537635c103226ede97a63b59612b7c45ed78 (patch) | |
tree | 3bea9300d903af985e1bf5117fe6d66b4ddb5272 /tv/2configs | |
parent | ef7f015d7f0e6fe703ed9bba7a31621b5f1c6c72 (diff) |
tv URxvt*url-select.launcher = ff
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/xserver/Xresources.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tv/2configs/xserver/Xresources.nix b/tv/2configs/xserver/Xresources.nix index 3936a26..f287bf2 100644 --- a/tv/2configs/xserver/Xresources.nix +++ b/tv/2configs/xserver/Xresources.nix @@ -203,11 +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: /home/tv/free/firefox -new-tab - ! 2014-05-12 nix: - !URxvt.url-select.launcher: /home/tv/bin/ff -new-tab - ! 2015-07-26 stockholm: - URxvt*url-select.launcher: ff -new-tab + URxvt*url-select.launcher: ${pkgs.ff}/bin/ff -new-tab URxvt*url-select.underline: true URxvt*colorUL: #4682B4 URxvt.perl-lib: ${pkgs.urxvt_perls}/lib/urxvt/perl |