diff options
author | Holger Paradies <retabell@gmx.de> | 2018-09-20 20:56:36 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2018-09-20 20:56:36 +0200 |
commit | fd25908cd2d9352c5568b13fc4cb4281b706efed (patch) | |
tree | 0f32cb85288428cb4299f3a3c1b53fa93e74ae66 | |
parent | 893d05c353f4f81b7dab7ea2da40c20b45a2cc28 (diff) | |
download | kanotix-fd25908cd2d9352c5568b13fc4cb4281b706efed.zip kanotix-fd25908cd2d9352c5568b13fc4cb4281b706efed.tar.gz |
live config: fix typo
-rwxr-xr-x | config/chroot_local-includes/lib/live/config/9024-lxde-compositor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-includes/lib/live/config/9024-lxde-compositor b/config/chroot_local-includes/lib/live/config/9024-lxde-compositor index 0624de7..989ba28 100755 --- a/config/chroot_local-includes/lib/live/config/9024-lxde-compositor +++ b/config/chroot_local-includes/lib/live/config/9024-lxde-compositor @@ -23,7 +23,7 @@ Configure_composit () if grep -qs "nocompiz" /proc/cmdline then touch /home/${LIVE_USERNAME}/.nocompiz - chown 1000:1000 /home/${LIVE_USERNAME}/.compiz + chown 1000:1000 /home/${LIVE_USERNAME}/.nocompiz if [ -e /home/${LIVE_USERNAME}/.config/kwinrc ]; then echo "[Compositing]" >>/home/${LIVE_USERNAME}/.config/kwinrc echo "Enabled=false" >>/home/${LIVE_USERNAME}/.config/kwinrc |