Reno is the second iteration of the AWMTK-powered AwesomeWM config.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
636 B

  1. {
  2. "diagnostics": {
  3. "enable": true,
  4. "globals": [
  5. "awesome",
  6. "button",
  7. "dbus",
  8. "client",
  9. "mouse",
  10. "screen",
  11. "root"
  12. ]
  13. },
  14. "runtime": {
  15. "version": "Lua 5.3",
  16. "path": [
  17. "/usr/share/awesome/lib/?/?.lua"
  18. ],
  19. "pathStrict": true
  20. },
  21. "workspace": {
  22. "library": [
  23. "runtime/lua",
  24. "/usr/share/awesome/lib"
  25. ],
  26. "checkThirdParty": false,
  27. "maxPreload": 2000,
  28. "preloadFileSize": 1000
  29. },
  30. "telemetry.enable": true
  31. }