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
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
local opts = {}
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 = "s", label = "shell", cmd = { "fish" } },
{ key = "l", label = "logout", cmd = { "!quit" } },