/kwin-scripts

My KWin scripts for KDE Plasma 6

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

kwin-scripts

My KWin scripts for KDE Plasma 6

Installation

  • Ensure you have git installed.

  • Clone the repository.

$ git clone https://github.com/ItsProfessional/kwin-scripts
$ cd kwin-scripts
  • Install the scripts you want
$ kpackagetool6 --type=KWin/Script -i <name-of-script>
  • Enable the scripts, either from the system settings page or with the kwriteconfig5 tool:
$ kwriteconfig5 --file kwinrc --group Plugins --key <name-of-script>Enabled true
$ qdbus org.kde.KWin /KWin reconfigure