mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 00:33:48 +01:00
fix: startx typo
This commit is contained in:
parent
7be35ac67a
commit
892efe8df7
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue