1
1
Fork 0

Compare commits

..

No commits in common. "15f127814298228e351e4d0f2bc39498259ede38" and "1382e879dc51101776ac90abe277f46828ab1a3c" have entirely different histories.

2 changed files with 7 additions and 10 deletions

View file

@ -22,10 +22,10 @@ in {
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingslayoutborder
border = {
enable = true;
width = 1;
active.color = "#073642";
inactive.color = "#073642";
enable = false;
width = config.custom.border;
active.color = "#d33682";
inactive.color = "#00000000";
};
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingslayoutcenter-focused-column

View file

@ -22,7 +22,7 @@ in {
enable = true;
# https://ghostty.org/docs/config/reference
settings = {
settings = rec {
adjust-cell-width = -1;
# https://ghostty.org/docs/config/reference#adw-toolbar-style
@ -34,15 +34,12 @@ in {
# https://ghostty.org/docs/config/reference#font-family
#?? ghostty +list-fonts
#?? ghostty +show-face
font-family = with config.custom.settings.fonts; ["monospace" fallback];
font-family = with config.custom.settings.fonts; [monospace fallback];
font-family-bold = font-family;
# https://ghostty.org/docs/config/reference#font-size
font-size = 14;
# https://github.com/ghostty-org/ghostty/discussions/3515
# https://ghostty.org/docs/config/reference#freetype-load-flags
freetype-load-flags = "no-force-autohint";
# https://ghostty.org/docs/config/reference#gtk-titlebar
gtk-titlebar = false;