mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 04:34:21 +02:00
layouts: use termfair layout for terminals
This layout comes from lain collection of layouts. We import it as a submodule.
This commit is contained in:
parent
bd28ceddf8
commit
eb309fd35b
5 changed files with 16 additions and 1 deletions
|
@ -58,3 +58,9 @@ way to load them is to use:
|
|||
|
||||
require("lib/quake")
|
||||
local quake = package.loaded["vbe/quake"]
|
||||
|
||||
I am using [lain][] for additional layouts. It is included as a
|
||||
submodule. I would have preferred to put it in `lib/`, but this does
|
||||
not seem possible. Don't forget to run `git submodule update`.
|
||||
|
||||
[lain]: https://github.com/copycat-killer/lain/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue