[Main]
Type = module
Version = 0.8.0
Description = "Configure a nested supervision tree for @I user"
User = ( root )
Depends = ( scandir@@I )
InTree = session

[Regex]
Configure = "@I"
InFiles = (
    ::%%version%%=0.8.0
)

[Environment]
## Uncomment it to use a display manager.
## Can be any display manager as long as the
## corresponding frontend file exist on your system
## e.g sddm,lightdm,...
## It also prepare the .xsession file.

DISPLAY_MANAGER=!slimski

## Uncomment it to use a console tracker.
## Can be any console tracker as long as the
## corresponding frontend file exist on your system
## e.g consolekit,seatd,turnstile,...

CONSOLE_TRACKER=!seatd

## Create and mount the XDG_RUNTIME directory
## at /run/user/@I [yes|no]

XDG_RUNTIME=!yes

## Command to use in your .xinitrc
## to launch your desktop e.g.: openbox-session.
## If commented the .xinitrc file is not configured.

DESKTOP_CMDLINE=!icewm
