diff --git a/programs/foot.nix b/programs/foot.nix index 4f26ce2..0f6660d 100644 --- a/programs/foot.nix +++ b/programs/foot.nix @@ -11,12 +11,14 @@ bright = dehash theme.bright; in { main = { - font = "${theme.font.family}:size=${toString (theme.font.size - 2)}"; - font-italic = "${theme.font.family}:size=${toString (theme.font.size - 2)}"; - font-bold-italic = "${theme.font.family}:style=Bold:size=${toString (theme.font.size - 2)}"; + font = "${theme.font.family}:size=${toString (theme.font.size - 1)}"; + #font-italic = "${theme.font.family}:size=${toString (theme.font.size - 2)}"; + #font-bold-italic = "${theme.font.family}:style=Bold:size=${toString (theme.font.size - 2)}"; pad = "${toString theme.font.size}x${toString theme.font.size}"; }; + scrollback.lines = 10000; + url = { launch = ''firefox ''${url}''; };