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.

36 lines
643 B

  1. {
  2. "align": {
  3. "left": [
  4. {
  5. "builtin": "iconwidget",
  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. {
  23. "builtin": "minimizebutton",
  24. "client": true
  25. },
  26. {
  27. "builtin": "maximizedbutton",
  28. "client": true
  29. },
  30. {
  31. "builtin": "closebutton",
  32. "client": true
  33. }
  34. ]
  35. }
  36. }