Change Qtile start command

This commit is contained in:
Aleksey Samoilov 2024-07-19 22:08:00 +04:00
parent cb5915cb44
commit 5caa81ac8b
Signed by: Sunderland93
GPG key ID: D3E730685C28F1FB

View file

@ -2,9 +2,9 @@
vt = 7
[default_session]
command = "tuigreet --remember --time --issue --asterisks"
command = "tuigreet --remember --time --issue --asterisks --cmd start-qtile-wayland"
user = "_greetd"
[initial_session]
command = "qtile start -b wayland"
command = "start-qtile-wayland"
user = "tileos"