Skip to content

Commit 843f6e2

Browse files
push a quick update
Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
1 parent 910359a commit 843f6e2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

config.def.h

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -212,25 +212,25 @@ static const Taglayout taglayouts[] = {
212212
/* repowm commands */
213213
static char repomenumon[2] = "0"; /* component of repomenucmd, manipulated in spawn() */
214214
static const char *layoutmenucmd = "layoutmenu";
215-
static const char *repomenucmd[] = { "repowm-schemas", "repomenucmd", NULL};
216-
static const char *systemmonitorcmd[] = { "repowm-schemas", "systemmonitorcmd", NULL};
217-
static const char *instasettings[] = { "repowm-schemas", "instasettingscmd", NULL};
218-
static const char *startmenucmd[] = { "repowm-schemas", "startmenucmd", NULL};
219-
static const char *passmenucmd[] = { "repowm-schemas", "passmenucmd", NULL};
220-
static const char *clipmenucmd[] = { "repowm-schemas", "clipmenucmd", NULL};
221-
static const char *smartcmd[] = { "repowm-schemas", "smartmenucmd", NULL};
215+
static const char *repomenucmd[] = { "repo-exec", "repomenucmd", NULL};
216+
static const char *systemmonitorcmd[] = { "repo-exec", "systemmonitorcmd", NULL};
217+
static const char *instasettings[] = { "repo-exec", "instasettingscmd", NULL};
218+
static const char *startmenucmd[] = { "repo-exec", "startmenucmd", NULL};
219+
static const char *passmenucmd[] = { "repo-exec", "passmenucmd", NULL};
220+
static const char *clipmenucmd[] = { "repo-exec", "clipmenucmd", NULL};
221+
static const char *smartcmd[] = { "repo-exec", "smartmenucmd", NULL};
222222

223223
/* Do not remove */
224-
static const char *powermenucmd[] = { "repowm-schemas", "powermenucmd", NULL};
224+
static const char *powermenucmd[] = { "repo-exec", "powermenucmd", NULL};
225225

226226
/* repomenu commands */
227-
static const char *filemanagercmd[] = { "repowm-schemas", "filemanager", NULL};
228-
static const char *hypervisorcmd[] = { "repowm-schemas", "hypervisor", NULL};
229-
static const char *terminalcmd[] = { "repowm-schemas", "terminal", NULL};
230-
static const char *browsercmd[] = { "repowm-schemas", "webbrowser", NULL};
231-
static const char *editorcmd[] = { "repowm-schemas", "texteditor", NULL};
232-
static const char *mailcmd[] = { "repowm-schemas", "mailreader", NULL};
233-
static const char *gitcmd[] = { "repowm-schemas", "gitbrowser", NULL};
227+
static const char *filemanagercmd[] = { "repo-exec", "filemanager", NULL};
228+
static const char *hypervisorcmd[] = { "repo-exec", "hypervisor", NULL};
229+
static const char *terminalcmd[] = { "repo-exec", "terminal", NULL};
230+
static const char *browsercmd[] = { "repo-exec", "webbrowser", NULL};
231+
static const char *editorcmd[] = { "repo-exec", "texteditor", NULL};
232+
static const char *mailcmd[] = { "repo-exec", "mailreader", NULL};
233+
static const char *gitcmd[] = { "repo-exec", "gitbrowser", NULL};
234234

235235
/* genreal commands*/
236236
static const char *playernext[] = { "playerctl", "next", NULL};

0 commit comments

Comments
 (0)