summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-12-13 21:24:22 +0100
committer Eric Hameleers <alien@slackware.com>2020-12-13 21:24:22 +0100
commit820c7c3ae93ca3a25bd102fff6cee51ad76af1af (patch)
treeebd5dc87182740aed7215cd61a3ba98823bec42c
parent2434e18e01fcf25e5a8bb98917f124aa38f12374 (diff)
downloadliveslak-820c7c3ae93ca3a25bd102fff6cee51ad76af1af.tar.gz
liveslak-820c7c3ae93ca3a25bd102fff6cee51ad76af1af.tar.xz
I like my konsole better with black text on white background
-rwxr-xr-xmake_slackware_live.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 6c8fcbd..32c928e 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -2259,10 +2259,19 @@ KWALLET_EOL
# Start Konsole with a login shell:
mkdir -p ${LIVE_ROOTDIR}/etc/skel/.local/share/konsole
cat <<EOT > ${LIVE_ROOTDIR}/etc/skel/.local/share/konsole/Shell.profile
+[Appearance]
+ColorScheme=BlackOnWhite
+
[General]
Command=/bin/bash -l
Name=Shell
Parent=FALLBACK/
+TerminalColumns=80
+TerminalRows=25
+
+[Interaction Options]
+AutoCopySelectedText=true
+TrimTrailingSpacesInSelectedText=true
EOT
mkdir -p ${LIVE_ROOTDIR}/etc/skel/.config
cat <<EOT >> ${LIVE_ROOTDIR}/etc/skel/.config/konsolerc