Skip to content

Commit a92e27f

Browse files
authored
Update README.md
1 parent 3571306 commit a92e27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

always-open-on-active-screen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ You may need to uncheck the checkbox for the script, apply the settings, recheck
5555
In Plasma versions < 5.24, a bug in the KWin scripting system [[1]](https://bugs.kde.org/show_bug.cgi?id=411430) [[2]](https://bugs.kde.org/show_bug.cgi?id=444378) may cause the configuration not to be found. To fix this, please execute the following commands in a terminal:
5656

5757
```bash
58-
sed -i 's/ConfigModule/Library/g' ~/.local/share/kwin/scripts/alwaysopenonactivescreen/metadata.desktop
58+
sed -i 's/ConfigModule/Library/g' ~/.local/share/kwin/scripts/alwaysopenonactivescreen/metadata.json
5959
mkdir -p ~/.local/share/kservices5/
60-
ln -sf ~/.local/share/kwin/scripts/alwaysopenonactivescreen/metadata.desktop ~/.local/share/kservices5/alwaysopenonactivescreen.desktop
60+
ln -sf ~/.local/share/kwin/scripts/alwaysopenonactivescreen/metadata.json ~/.local/share/kservices5/alwaysopenonactivescreen.json
6161
qdbus org.kde.KWin /KWin reconfigure
6262
```
6363

0 commit comments

Comments
 (0)