This website requires JavaScript.
Explore
Help
Sign In
Mark
/
awesomewm
Watch
1
Star
1
Fork
You've already forked awesomewm
0
Code
Issues
12
Pull Requests
Projects
Releases
Wiki
Activity
12a666cbfd
awesomewm
/
modules
/
mpc
/
init.lua
5 lines
103 B
Lua
Raw
Normal View
History
Unescape
Escape
Started migrating to module architecture
2022-07-16 14:13:03 -07:00
return
{
Minor cleanup
2022-07-16 19:12:29 -07:00
widget
=
require
(
"
modules.mpc.widget
"
)
.
widget
,
Started migrating to module architecture
2022-07-16 14:13:03 -07:00
keybinds
=
require
(
"
modules.mpc.keybinds
"
)
}