mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 21:42:58 +01:00
add hyprland as a default option to mzteinit
This commit is contained in:
parent
5737b80079
commit
83d18f8904
1 changed files with 1 additions and 0 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue