summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/lxde-fixes
diff options
context:
space:
mode:
Diffstat (limited to 'config/chroot_local-hooks/lxde-fixes')
-rwxr-xr-xconfig/chroot_local-hooks/lxde-fixes5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/lxde-fixes b/config/chroot_local-hooks/lxde-fixes
new file mode 100755
index 0000000..6d67005
--- /dev/null
+++ b/config/chroot_local-hooks/lxde-fixes
@@ -0,0 +1,5 @@
+#!/bin/bash
+if [ -x /usr/sbin/lightdm ]; then
+ # dirty hack kanotix wallpaper on login-screen
+ echo "background=/usr/share/images/kanotix-starrise/kanotix-starrise.png" >>/etc/lightdm/lightdm-gtk-greeter.conf
+fi