aboutsummaryrefslogtreecommitdiff
path: root/x/rxvt.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-02-20 16:07:10 +0000
committerAkshay <[email protected]>2023-02-20 16:07:10 +0000
commit8151e88775c3f2b7e1de1b90b825ed68658629b0 (patch)
treecb9bde9bd13ba8e5d931b482adcf128f6e52fd4a /x/rxvt.nix
parent7fed1757c57c00a0886ae2613c73018eea9659d3 (diff)
.
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}