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.
		
		
		
		
		
			
		
			
				
					
					
						
							20 lines
						
					
					
						
							721 B
						
					
					
				
			
		
		
	
	
							20 lines
						
					
					
						
							721 B
						
					
					
				|  | |
| --[[ | |
|                                                     | |
|      Lain                                           | |
|      Layouts, widgets and utilities for Awesome WM  | |
|                                                     | |
|      Layouts section                                | |
|                                                     | |
|      Licensed under GNU General Public License v2   | |
|       * (c) 2013,      Luke Bonham                  | |
|       * (c) 2010-2012, Peter Hofmann                | |
|                                                     | |
| --]] | |
|  | |
| local wrequire     = require("lain.helpers").wrequire | |
| local setmetatable = setmetatable | |
|  | |
| local layout       = { _NAME = "lain.layout" } | |
|  | |
| return setmetatable(layout, { __index = wrequire })
 | |
| 
 |