modules/foot: Add small padding
This commit is contained in:
parent
40e0acb151
commit
853dc310fe
|
@ -11,6 +11,7 @@ in
|
||||||
main = {
|
main = {
|
||||||
term = "xterm-256color";
|
term = "xterm-256color";
|
||||||
font = fontSize nixosConfig.my.highDPI;
|
font = fontSize nixosConfig.my.highDPI;
|
||||||
|
pad = "3x3";
|
||||||
};
|
};
|
||||||
scrollback = { lines = 100000; };
|
scrollback = { lines = 100000; };
|
||||||
colors = {
|
colors = {
|
||||||
|
|
Loading…
Reference in a new issue