This website requires JavaScript.
Explore
Help
Sign In
awesomewm-mirrors
/
radical
mirror of
https://github.com/Elv13/radical.git
Watch
1
Star
0
Fork
You've already forked radical
0
Code
Issues
Projects
Releases
Wiki
Activity
b1a839aafe
radical
/
impl
/
init.lua
2 lines
93 B
Lua
Raw
Normal View
History
Unescape
Escape
Groundwork necessary to add random widgets to the tasklist (issue #23)
2014-03-30 04:56:09 +02:00
return
{
alttab
=
require
(
"
radical.impl.alttab
"
)
,
tasklist
=
require
(
"
radical.impl.tasklist
"
)
}