fix: startx typo

This commit is contained in:
LordMZTE 2023-09-01 09:46:11 +02:00
parent 7be35ac67a
commit 892efe8df7
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -1,7 +1,7 @@
local opts = {}
opts.mzteinit_entries = {
{ key = "x", label = "startx", cmd = { "starx" } },
{ key = "x", label = "startx", cmd = { "startx" } },
{ key = "s", label = "shell", cmd = { "fish" } },
{ key = "l", label = "logout", cmd = { "!quit" } },
{ key = "p", label = "shutdown", cmd = { "systemctl", "poweroff" }, quit = true },