1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-05-21 15:06:10 +02:00
bemenu/README.md

838 B

bemenu

Dynamic menu library and client program inspired by dmenu

License

Project Guidelines

  • Coding style
    • Linux kernel coding style for C sources with following exceptions:
      • spaces not tabs
      • indentation size is 4 characters (spaces)
      • function and variable names are camelCase except for global constants
    • Standard style for Python
  • Build system - CMake
  • API documentation - Doxygen (JavaDoc style comments)