nanosm/doc/nanosm.toml

21 lines
680 B
TOML

# The nanosm(1) configuration file.
[nanosm]
# Controls if nanosm should be more verbose. Defaults to false.
verbose = false
# The time in seconds nanosm will wait before restarting any app which exits.
restart-time = 1
# Any applications you want to run at startup.
# Note that applications are executed in the order they are declared, but
# this will not hold true if any (or all apps) crash (they will be restarted
# effectively in a psuedorandom order).
[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" }