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.

42 lines
924 B

  1. {
  2. "align": {
  3. "left": [
  4. {
  5. "widget":"widgets.clientmenu",
  6. "client":true
  7. }
  8. ],
  9. "center": [
  10. {
  11. "draggable": true
  12. },
  13. {
  14. "builtin": "titlewidget",
  15. "client" : true,
  16. "options": {
  17. "align": "left"
  18. }
  19. }
  20. ],
  21. "right": [
  22. { "widget": "widgets.base.subpanel",
  23. "layout": {
  24. "list": [
  25. {
  26. "builtin": "minimizebutton",
  27. "client": true
  28. },
  29. {
  30. "builtin": "maximizedbutton",
  31. "client": true
  32. },
  33. {
  34. "builtin": "closebutton",
  35. "client": true
  36. }
  37. ]
  38. }
  39. }
  40. ]
  41. }
  42. }