summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2024-02-27 16:44:36 +0100
committerHolger Paradies <retabell@gmx.de>2024-02-27 16:44:36 +0100
commit631564ea10103dfddd99903a8eb73b681d033790 (patch)
tree0b0f2f993309c091972504d6bf5af7cc01eb4fa1
parent4b9ca71c7c2f9c2ad7d55f539446f9d0f98778f4 (diff)
downloadkanotix-631564ea10103dfddd99903a8eb73b681d033790.zip
kanotix-631564ea10103dfddd99903a8eb73b681d033790.tar.gz
Synaptic conf file snippet
set font-size
-rw-r--r--config/chroot_local-includes/root/.synaptic/synaptic.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/chroot_local-includes/root/.synaptic/synaptic.conf b/config/chroot_local-includes/root/.synaptic/synaptic.conf
new file mode 100644
index 0000000..4dea250
--- /dev/null
+++ b/config/chroot_local-includes/root/.synaptic/synaptic.conf
@@ -0,0 +1,6 @@
+Synaptic "" {
+ useUserFont "1";
+ useUserTerminalFont "1";
+ FontName "default 12";
+ TerminalFontName "default 12";
+};