mirror of
https://github.com/fairyglade/ly.git
synced 2026-03-22 06:53:37 +00:00
It's not perfect yet, but at least it works! Signed-off-by: AnErrupTion <anerruption@disroot.org>
18 lines
434 B
Desktop File
18 lines
434 B
Desktop File
[Unit]
|
|
Description=TUI display manager using KMSCON
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
After=kmsconvt@%i.service
|
|
Conflicts=kmsconvt@%i.service
|
|
|
|
[Service]
|
|
ExecStart=$PREFIX_DIRECTORY/bin/kmscon --vt=%I --seats=seat0 --login -- $PREFIX_DIRECTORY/bin/ly --use-kmscon-vt
|
|
StandardInput=tty
|
|
UtmpIdentifier=%I
|
|
TTYPath=/dev/%I
|
|
TTYReset=yes
|
|
TTYVHangup=yes
|
|
TTYVTDisallocate=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|