17 lines
632 B
TOML
17 lines
632 B
TOML
# The nanosm(1) configuration file.
|
|
|
|
[nanosm]
|
|
|
|
# The time in seconds nanosm will wait before restarting any app which crashes.
|
|
restart-time = 1
|
|
|
|
# Any applications you want to run at startup.
|
|
# Note that applications are executed in the order they are declared
|
|
# only once they are first started, and will from then on start in the
|
|
# order that they happen to crash. This may not be great but is how it be for now.
|
|
[nanosm.apps]
|
|
# The window manager you want to use.
|
|
window-manager = { command = "/path/to/wm/binary --any-additional-args-here" }
|
|
lxpanel = { command = "lxpanel" }
|
|
pcmanfm-desktop = { command = "pcmanfm --desktop" }
|