Compare commits
No commits in common. "15f127814298228e351e4d0f2bc39498259ede38" and "1382e879dc51101776ac90abe277f46828ab1a3c" have entirely different histories.
15f1278142
...
1382e879dc
2 changed files with 7 additions and 10 deletions
|
@ -22,10 +22,10 @@ in {
|
||||||
|
|
||||||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingslayoutborder
|
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingslayoutborder
|
||||||
border = {
|
border = {
|
||||||
enable = true;
|
enable = false;
|
||||||
width = 1;
|
width = config.custom.border;
|
||||||
active.color = "#073642";
|
active.color = "#d33682";
|
||||||
inactive.color = "#073642";
|
inactive.color = "#00000000";
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingslayoutcenter-focused-column
|
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingslayoutcenter-focused-column
|
||||||
|
|
|
@ -22,7 +22,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# https://ghostty.org/docs/config/reference
|
# https://ghostty.org/docs/config/reference
|
||||||
settings = {
|
settings = rec {
|
||||||
adjust-cell-width = -1;
|
adjust-cell-width = -1;
|
||||||
|
|
||||||
# https://ghostty.org/docs/config/reference#adw-toolbar-style
|
# https://ghostty.org/docs/config/reference#adw-toolbar-style
|
||||||
|
@ -34,15 +34,12 @@ in {
|
||||||
# https://ghostty.org/docs/config/reference#font-family
|
# https://ghostty.org/docs/config/reference#font-family
|
||||||
#?? ghostty +list-fonts
|
#?? ghostty +list-fonts
|
||||||
#?? ghostty +show-face
|
#?? 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
|
# https://ghostty.org/docs/config/reference#font-size
|
||||||
font-size = 14;
|
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
|
# https://ghostty.org/docs/config/reference#gtk-titlebar
|
||||||
gtk-titlebar = false;
|
gtk-titlebar = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue