Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubixdev/kwin-types
Type declarations for KWin's scripting API
https://github.com/rubixdev/kwin-types
kwin kwin-script type-declarations type-definitions typescript typescript-definitions
Last synced: about 2 months ago
JSON representation
Type declarations for KWin's scripting API
- Host: GitHub
- URL: https://github.com/rubixdev/kwin-types
- Owner: RubixDev
- License: gpl-2.0
- Created: 2021-11-19T15:47:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T06:42:56.000Z (about 1 year ago)
- Last Synced: 2024-01-02T07:56:58.105Z (about 1 year ago)
- Topics: kwin, kwin-script, type-declarations, type-definitions, typescript, typescript-definitions
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# kwin-types
Type declarations for KWin's scripting APIThis repository contains TypeScript type declarations for KWin scripts, based on [KWin's source code](https://github.com/KDE/kwin) and the docs [here](https://develop.kde.org/docs/plasma/kwin/) and [here](https://develop.kde.org/docs/plasma/kwin/api/)
I can not guarantee these to be fully correct. Any issues, help or suggestions are greatly appreciated and can be submitted at the [Issues](https://github.com/RubixDev/kwin-types/issues) tab.
An example on how to use these declarations is available [here](https://github.com/RubixDev/kwin-typescript-template)