mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 03:08:34 +02:00
README: explain how to use things in lib/
This commit is contained in:
parent
335b80262d
commit
dc6ade853d
1 changed files with 5 additions and 1 deletions
|
@ -59,4 +59,8 @@ Here some of the things you may be interested in:
|
||||||
|
|
||||||
Things in `lib/` are meant to be reused. I am using my own `loadrc()`
|
Things in `lib/` are meant to be reused. I am using my own `loadrc()`
|
||||||
function to load modules and therefore, I prefix my modules with
|
function to load modules and therefore, I prefix my modules with
|
||||||
`vbe/`. Before reusing a module, you may want to change this.
|
`vbe/`. Before reusing a module, you may want to change this. Another
|
||||||
|
way to load them is to use:
|
||||||
|
|
||||||
|
require("lib/quake")
|
||||||
|
local quake = package.loaded["vbe/quake"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue