diff options
author | Holger Paradies <retabell@gmx.de> | 2017-10-29 08:36:30 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2017-11-02 10:30:10 +0100 |
commit | 40474c059af298b5d9921db79365fd024e38531c (patch) | |
tree | 99e5cfaad2444c0f8000fd767543f22b7a92ad3a | |
parent | b2a2ff1c3d382ed8a7681aaf9e7dee884a1bdcd5 (diff) | |
download | kanotix-40474c059af298b5d9921db79365fd024e38531c.zip kanotix-40474c059af298b5d9921db79365fd024e38531c.tar.gz |
use nocompiz also for plasma5
-rwxr-xr-x | config/chroot_local-includes/lib/live/config/9024-lxde-compositor | 4 |
1 files changed, 4 insertions, 0 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 cb37cee..67d7c61 100755 --- a/config/chroot_local-includes/lib/live/config/9024-lxde-compositor +++ b/config/chroot_local-includes/lib/live/config/9024-lxde-compositor @@ -23,6 +23,10 @@ Configure_composit () if grep -qs "nocompiz" /proc/cmdline then touch /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 + fi fi if grep -qs "awesome" /proc/cmdline then |