11 lines
346 B
Lua
11 lines
346 B
Lua
local aslot_slots = {}
|
|
|
|
aslot_slots.client = require "awesome-slot.slots.client"
|
|
aslot_slots.ruled = require "awesome-slot.slots.ruled"
|
|
aslot_slots.screen = require "awesome-slot.slots.screen"
|
|
aslot_slots.tag = require "awesome-slot.slots.tag"
|
|
|
|
return aslot_slots
|
|
|
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|