diff options
author | Akshay <[email protected]> | 2022-09-19 11:43:36 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-09-19 11:43:36 +0100 |
commit | d4c8f393f23f551f100710d293ff44d97ea52795 (patch) | |
tree | 20d085eaaff0869bcc4bad5ed7750b48f26a066a /x | |
parent | 8459e9163a9ba62eec20f696b69f2c0c5c676af3 (diff) |
pin nvim, add zoom, cmus-np
Diffstat (limited to 'x')
-rw-r--r-- | x/rxvt.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,9 +33,9 @@ with theme; | |||
33 | "URxvt.font" = "xft:Nerd Input:size=11:style=Medium"; | 33 | "URxvt.font" = "xft:Nerd Input:size=11:style=Medium"; |
34 | "URxvt.italicFont" = "xft:Nerd Input:size=11:style=Medium"; | 34 | "URxvt.italicFont" = "xft:Nerd Input:size=11:style=Medium"; |
35 | "URxvt.boldFont" = "xft:Nerd Input:size=11:style=Medium"; | 35 | "URxvt.boldFont" = "xft:Nerd Input:size=11:style=Medium"; |
36 | "*font" = "Nerd Input:size=11:style=Regular"; | 36 | "*font" = "Berkeley Mono:size=11:style=Regular"; |
37 | "*italicFont" = "Nerd Input:size=11:style=Italic"; | 37 | "*italicFont" = "Berkeley Mono:size=11:style=Italic"; |
38 | "*boldFont" = "Nerd Input:size=11:style=Bold"; | 38 | "*boldFont" = "Berkeley Mono:size=11:style=Bold"; |
39 | 39 | ||
40 | "URxvt.lineSpace" = 0; | 40 | "URxvt.lineSpace" = 0; |
41 | "URxvt.letterSpace" = 0; | 41 | "URxvt.letterSpace" = 0; |