diff options
author | Akshay <[email protected]> | 2024-08-26 11:42:32 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2024-08-26 11:42:32 +0100 |
commit | e2f704d2f1e1ee4ecc678112af05927ce5a3db39 (patch) | |
tree | aff0bd8e0f78ffc292a481aa39f7bc3e74429387 /x | |
parent | 5c68dbde55056cb8bd05c0ff862b6f2ed8336719 (diff) |
misc
Diffstat (limited to 'x')
-rw-r--r-- | x/default.nix | 2 | ||||
-rw-r--r-- | x/rxvt.nix | 6 | ||||
-rw-r--r-- | x/xft.nix | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x/default.nix b/x/default.nix index 0b48175..d262ce7 100644 --- a/x/default.nix +++ b/x/default.nix | |||
@@ -9,6 +9,6 @@ | |||
9 | ./2bwm.nix | 9 | ./2bwm.nix |
10 | ./xft.nix | 10 | ./xft.nix |
11 | ./rxvt.nix | 11 | ./rxvt.nix |
12 | ./xlock.nix | 12 | # ./xlock.nix |
13 | ]; | 13 | ]; |
14 | } | 14 | } |
@@ -31,9 +31,9 @@ with theme; | |||
31 | "*color15" = base07; | 31 | "*color15" = base07; |
32 | 32 | ||
33 | "*.cursorBlink" = "on"; | 33 | "*.cursorBlink" = "on"; |
34 | "URxvt.font" = "xft:${font.name}:size=11:style=Medium"; | 34 | "URxvt.font" = "xft:scientifica:size=11:style=Medium"; |
35 | "URxvt.italicFont" = "xft:${font.name}:size=11:style=Medium"; | 35 | "URxvt.italicFont" = "xft:scientifica:size=11:style=Medium"; |
36 | "URxvt.boldFont" = "xft:${font.name}:size=11:style=Medium"; | 36 | "URxvt.boldFont" = "xft:scientifica:size=11:style=Medium"; |
37 | "*font" = "${font.name}:size=11:style=Regular"; | 37 | "*font" = "${font.name}:size=11:style=Regular"; |
38 | "*italicFont" = "${font.name}:size=11:style=Italic"; | 38 | "*italicFont" = "${font.name}:size=11:style=Italic"; |
39 | "*boldFont" = "${font.name}:size=11:style=Bold"; | 39 | "*boldFont" = "${font.name}:size=11:style=Bold"; |
@@ -11,6 +11,6 @@ | |||
11 | "Xft.hintstyle" = "hintslight"; | 11 | "Xft.hintstyle" = "hintslight"; |
12 | "Xft.hinting" = true; | 12 | "Xft.hinting" = true; |
13 | "Xft.rgba" = "rgb"; | 13 | "Xft.rgba" = "rgb"; |
14 | "Xft.dpi" = 192; | 14 | # "Xft.dpi" = 96; |
15 | }; | 15 | }; |
16 | } | 16 | } |