modules/foot: Add small padding

This commit is contained in:
fleaz 2023-12-13 12:15:16 +01:00
parent 40e0acb151
commit 853dc310fe
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -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 = {