diff options
author | Joerg Schirottke <master@kanotix.com> | 2014-04-13 21:38:29 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-05-04 11:39:51 +0200 |
commit | 46532fc81c70bc5efee4e6d9da798912fc8dcd61 (patch) | |
tree | f45de2d00a1d39f5c45f2e30cc32acc86f98bf36 /config/chroot_local-hooks | |
parent | 72a9e5f23bcb786161cb824b9b4e893a8a2a68c7 (diff) | |
download | kanotix-46532fc81c70bc5efee4e6d9da798912fc8dcd61.zip kanotix-46532fc81c70bc5efee4e6d9da798912fc8dcd61.tar.gz |
force black x-cursor-theme
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/08-appdefaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/08-appdefaults b/config/chroot_local-hooks/08-appdefaults index 0acfef3..6a53ff2 100755 --- a/config/chroot_local-hooks/08-appdefaults +++ b/config/chroot_local-hooks/08-appdefaults @@ -8,3 +8,4 @@ update-alternatives --set x-session-manager /usr/bin/startlxde || true update-alternatives --set x-session-manager /usr/bin/startkde || true update-alternatives --set editor /usr/bin/vim.basic || true update-alternatives --set editor /usr/bin/mcedit || true +update-alternatives --set x-cursor-theme /etc/X11/cursors/oxy-black.theme || true |