fix mzteinit conflict

This commit is contained in:
LordMZTE 2024-02-16 17:23:12 +01:00
parent 18fa64ad27
commit 0f06c8e5a5
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -1,7 +1,7 @@
local opts = {} local opts = {}
opts.mzteinit_entries = { opts.mzteinit_entries = {
{ key = "r", label = "river", cmd = { cg.opt.system "which mzteriver" } }, { key = "z", label = "river", cmd = { cg.opt.system "which mzteriver" } },
{ key = "h", label = "hyprland", cmd = { "Hyprland" } }, { key = "h", label = "hyprland", cmd = { "Hyprland" } },
{ key = "s", label = "shell", cmd = { "fish" } }, { key = "s", label = "shell", cmd = { "fish" } },
{ key = "l", label = "logout", cmd = { "!quit" } }, { key = "l", label = "logout", cmd = { "!quit" } },