aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_slackware_live.sh')
-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