diff options
| author | 2022-03-14 09:25:34 -0400 | |
|---|---|---|
| committer | 2022-03-14 09:25:34 -0400 | |
| commit | 9237f498fb0f3260a3a04fbfaf0664c829ae5d83 (patch) | |
| tree | 96ef3c287e25e6dfa3689454eb4b03236ccb78f9 /dot_config/foot/common.ini | |
| parent | make fossil-st executable (diff) | |
modularize foot config
Diffstat (limited to 'dot_config/foot/common.ini')
| -rw-r--r-- | dot_config/foot/common.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dot_config/foot/common.ini b/dot_config/foot/common.ini new file mode 100644 index 0000000..05deac8 --- /dev/null +++ b/dot_config/foot/common.ini @@ -0,0 +1,9 @@ +font = FiraCode Nerd Font:size=11,Fira Code:size=11,Noto Color Emoji:size=11 +initial-window-size-chars=90x27 +term = foot + +[scrollback] +lines = 10000 + +[main] +include = ~/.config/foot/starlight.ini |
