19 lines
591 B
TOML
19 lines
591 B
TOML
# The nanosm(1) configuration file.
|
|
|
|
[nanosm]
|
|
# The window manager you want to use. This is the first application
|
|
# launched, and this will always be true
|
|
window-manager="/path/to/wm/binary --any-additional-args-here"
|
|
|
|
# Enable verbose debug logging. Only useful for debugging issues.
|
|
verbose=false
|
|
|
|
# Restart delay in seconds.
|
|
restart-delay=1
|
|
|
|
# Any applications besides your window manager you want to run at startup.
|
|
# Note that applications are executed in the order they are declared.
|
|
[nanosm.apps]
|
|
lxpanel = { command = "lxpanel" }
|
|
pcmanfm-desktop = { command = "pcmanfm --desktop" }
|