* working prototype with passing tests * new tests and passing plugin tests as well * style(code): cleanups * cleanup strider from unused search feature * prototype of removing old plugin block from the config * aliases working from config file and all tests passing * fixups and cleanups * use aliases in layouts * update test snapshot * style(fmt): rustfmt
6 lines
239 B
Text
6 lines
239 B
Text
layout {
|
|
pane borderless=true {
|
|
plugin location="welcome-screen"
|
|
}
|
|
}
|
|
session_serialization false // this will apply only to the initial welcome screen layout, and is intended to prevent lots of garbage sessions left around
|