base desktop
This commit is contained in:
parent
2d771638b4
commit
4cf6e46a7b
13 changed files with 345 additions and 3 deletions
20
desktop/config.toml
Executable file
20
desktop/config.toml
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
[terminal]
|
||||
# The VT to run the greeter on. Can be "next", "current" or a number
|
||||
# designating the VT.
|
||||
vt = 1
|
||||
|
||||
# The default session, also known as the greeter.
|
||||
[default_session]
|
||||
# with whatever you want started, such as `sway`.
|
||||
command = "sway --config /etc/kiosk-setting/sway/config"
|
||||
# if using wlgreet
|
||||
#command = "sway --config /etc/greetd/sway-config"
|
||||
# The user to run the command as. The privileges this user must have depends
|
||||
# on the greeter. A graphical greeter may for example require the user to be
|
||||
# in the `video` group.
|
||||
user = "kiosk1"
|
||||
|
||||
[initial_session]
|
||||
command = "sway'"
|
||||
user = "kiosk1"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue