Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.13 KB

File metadata and controls

37 lines (22 loc) · 1.13 KB

Contributing

Code Formatting

QML

QML files should be formatted using the qmlformat tool.

qmlformat -i path/to/file.qml

Development Resources

API Documentation

Examples and source code

KWin debugging

Script configurations are saved inside: ~/.config/kwinrc

Live script code is stored here: ~/.local/share/kwin/scripts

Run nested kwin: dbus-run-session startplasma-wayland

Tips

  • You can edit the configuration UI (src/contents/ui/config.ui) using Qt Widgets Designer, which is part of the Qt development tools.
  • The makefile contains some handy commands to test and run the script, either by loading it directly or in a nested Plasma session.