diff options
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 9 |
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 |