2024-03-31 20:12:02 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
rm /home/htpc/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
|
|
|
|
ln /home/htpc/scripts/PJ/xfce4-keyboard-shortcuts.xml /home/htpc/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
|
|
|
|
|
|
|
|
rm /home/htpc/.kodi/userdata/keymaps/keyboard.xml
|
|
|
|
ln /home/htpc/scripts/PJ/keyboard.xml /home/htpc/.kodi/userdata/keymaps/keyboard.xml
|
2024-04-14 18:13:41 -07:00
|
|
|
|
|
|
|
rm /home/htpc/.kodi/userdata/advancedsettings.xml
|
2024-10-06 12:28:21 -07:00
|
|
|
export $(grep -v '^#' /home/htpc/scripts/PJ/secrets.env | xargs)
|
|
|
|
envsubst < /home/htpc/scripts/PJ/advancedsettings.xml > /home/htpc/.kodi/userdata/advancedsettings.xml
|