diff options
-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 |