Merge branch 'master' into 'master'
Rename variant-i3wm to variant-i3 and enable i3-dotfiles See merge request kalilinux/build-scripts/live-build-config!30merge-requests/18/merge
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
|
Loading…
Reference in New Issue