chore(kde): Use newer kwriteconfig6 for system76-scheduler

This commit is contained in:
Kyle Gospodnetich 2024-06-18 22:42:23 -07:00
parent 83aa70ed1a
commit 00b629b701

View File

@ -85,7 +85,7 @@ if [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then
echo 'Running setup for Kinoite'
echo 'Enabling System76-Scheduler KWin script'
kwriteconfig5 --file kwinrc --group Plugins --key kwin-system76-scheduler-integrationEnabled true
kwriteconfig6 --file kwinrc --group Plugins --key kwin-system76-scheduler-integrationEnabled true
if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" || $IMAGE_NAME =~ "framegame" ]]; then
echo 'Running setup for Kinoite on Steam Deck'