nanosm/doc/nanosm.toml

17 lines
632 B
TOML
Raw Permalink Normal View History

2024-02-01 04:06:07 -05:00
# The nanosm(1) configuration file.
[nanosm]
2024-02-02 05:50:08 -05:00
# The time in seconds nanosm will wait before restarting any app which crashes.
restart-time = 1
2024-02-01 04:06:07 -05:00
# Any applications you want to run at startup.
2024-02-02 05:50:08 -05:00
# 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.
2024-02-01 04:06:07 -05:00
[nanosm.apps]
# The window manager you want to use.
window-manager = { command = "/path/to/wm/binary --any-additional-args-here" }
2024-02-01 04:06:07 -05:00
lxpanel = { command = "lxpanel" }
pcmanfm-desktop = { command = "pcmanfm --desktop" }