My configuration files for Debian/Ubuntu applications
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.

преди 2 години
123456789101112131415
  1. --[[
  2. Lain
  3. Layouts, widgets and utilities for Awesome WM
  4. Licensed under GNU General Public License v2
  5. * (c) 2013, Luca CPZ
  6. --]]
  7. return {
  8. layout = require("lain.layout"),
  9. util = require("lain.util"),
  10. widget = require("lain.widget")
  11. }