Merge branch 'master' into 'master'

Rename variant-i3wm to variant-i3 and enable i3-dotfiles

See merge request kalilinux/build-scripts/live-build-config!30
merge-requests/18/merge
Arnaud Rebillout 2 years ago
commit 4957381ac2

@ -0,0 +1,10 @@
#!/bin/sh
# Copy dotfiles to /etc/skel:
rsync -a /usr/share/i3-dotfiles/etc/skel/ /etc/skel/
# Copy dotfiles to /root/:
rsync -a /usr/share/i3-dotfiles/etc/skel/ /root/
# Copy scripts to /usr/bin/:
rsync -a /usr/share/i3-dotfiles/usr/bin/ /usr/bin/

@ -0,0 +1,4 @@
#!/bin/sh
timeout 15 pulseaudio -vvv
rm -rf .pulse-cookieaa

@ -14,6 +14,7 @@ kali-linux-default
# Graphical desktop
kali-desktop-i3
kali-themes
# Kali applications
#<package>
Loading…
Cancel
Save