2021-05-24 11:40:33 +02:00
|
|
|
local aslot_slots = {}
|
|
|
|
|
2021-10-16 15:33:51 +02:00
|
|
|
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"
|
2021-05-24 11:40:33 +02:00
|
|
|
|
|
|
|
return aslot_slots
|
2021-10-16 15:33:51 +02:00
|
|
|
|
|
|
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|