aboutsummaryrefslogtreecommitdiff
path: root/x/rxvt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'x/rxvt.nix')
-rw-r--r--x/rxvt.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/x/rxvt.nix b/x/rxvt.nix
index 3498bd0..ec1ad1a 100644
--- a/x/rxvt.nix
+++ b/x/rxvt.nix
@@ -54,5 +54,6 @@ with theme;
54 "URxvt.keysym.C-equal" = "perl:font-size:reset"; 54 "URxvt.keysym.C-equal" = "perl:font-size:reset";
55 "*.url-launcher" = "firefox"; 55 "*.url-launcher" = "firefox";
56 "*.matcher.button" = 1; 56 "*.matcher.button" = 1;
57 }; 57
58 } // theme;
58} 59}