diff options
author | tv <tv@shackspace.de> | 2015-10-24 22:55:50 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-24 22:58:00 +0200 |
commit | a4d7f920bf49de6237191558d02b0f58ed307fd4 (patch) | |
tree | 30fe4cc7fa5605987caf0dab3b72628d5635800e /tv/2configs/xserver | |
parent | 6b118151f9a60e07abf2272172e9add0b0add14d (diff) |
tv URxvt*url-select.launcher = ff
Diffstat (limited to 'tv/2configs/xserver')
-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 3936a26f7..f287bf206 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 |