Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.43 KB

File metadata and controls

21 lines (16 loc) · 1.43 KB

Lawnch Plugins

This repo contains plugins for Lawnch.

Plugins

  • Calculator – powerful calculator
  • Clipboard – query clipboard from cliphist
  • Command – run command
  • Emoji – query emojis if your font supports them
  • Files – file indexing with option to open folders and files
  • Google – google things with suggestions
  • Power Menu – power menu to create wlogout like window
  • URL - url opener
  • Wallpapers – query wallpapers from some path
  • YouTube – search on youtube

Plugin Development

Lawnch plugins are written in C++ and compiled as shared libraries (.so). They communicate with the host application via a VTable API. Look into powermenu and google plugins for comprenshive example.