add hyprland as a default option to mzteinit

This commit is contained in:
LordMZTE 2023-09-10 15:04:16 +02:00
parent 5737b80079
commit 83d18f8904
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

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