Remove submodule and just use the generator type. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
14 lines
204 B
TOML
14 lines
204 B
TOML
after-login-command = []
|
|
start-at-login = false
|
|
|
|
[gaps.outer]
|
|
bottom = 8
|
|
left = 8
|
|
right = 8
|
|
top = 8
|
|
|
|
[mode.main.binding]
|
|
alt-h = "focus left"
|
|
alt-j = "focus down"
|
|
alt-k = "focus up"
|
|
alt-l = "focus right"
|