1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00

Configure urxvt

This commit is contained in:
Kierán Meinhardt
2019-01-30 17:37:05 +01:00
parent 3204c97a9e
commit 36d6f65dac
6 changed files with 15 additions and 18 deletions

View File

@@ -9,8 +9,11 @@ with import ../theme.nix;
};
scroll.bar.enable = false;
extraConfig = {
perl-ext-common = "default,clipboard,url-select,keyboard-select";
perl-ext-common = "default,clipboard,url-select,atcher";
urlLauncher = "opera";
"matcher.button" = 3;
fading = 50;
iso14755 = false;
urgentOnBell = true;
};
}