diff options
author | Akshay <[email protected]> | 2023-02-20 16:07:10 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-02-20 16:07:10 +0000 |
commit | 8151e88775c3f2b7e1de1b90b825ed68658629b0 (patch) | |
tree | cb9bde9bd13ba8e5d931b482adcf128f6e52fd4a /x | |
parent | 7fed1757c57c00a0886ae2613c73018eea9659d3 (diff) |
.
Diffstat (limited to 'x')
-rw-r--r-- | x/rxvt.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | } |