Skip to content

Commit c573b79

Browse files
Update Project Name
1 parent 032386f commit c573b79

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ please refer to the documentation.
2929
* start menu
3030
* full multi monitor support
3131
* tag system
32-
* instabar script
32+
* repobar script
3333
* indicators
3434
* shutdown menu
3535
* system tray
@@ -39,4 +39,4 @@ please refer to the documentation.
3939

4040
## is this dwm?
4141

42-
instamenu is a fork of [DWM](https://dwm.suckless.org) and can be used as a drop in replacement, maintaining all dmenu behavior and making all extra features optional some features are also borrowed from [InstantWM](https://github.com/instantOS/instantWM)
42+
repowm is a fork of [DWM](https://dwm.suckless.org) and can be used as a drop in replacement, maintaining all dmenu behavior and making all extra features optional some features are also borrowed from [InstantWM](https://github.com/instantOS/instantWM)

config.def.h

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static const char *colors[][4] = {
5656
static const char *const autostart[] = {
5757
"autorandr", "--force", "--load", "repowm", NULL,
5858
"setxkbmap", "-option", "caps:escape", NULL,
59-
"instamenue_youtube_subs", "-d", NULL,
59+
"repomenue_youtube_subs", "-d", NULL,
6060
"ckb-next", "--background", NULL,
6161
"polkit-dumb-agent", NULL,
6262
"touchpad-indicator", NULL,
@@ -178,8 +178,8 @@ static const Taglayout taglayouts[] = {
178178
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
179179

180180
/* repowm commands */
181-
static char instamenumon[2] = "0"; /* component of instamenucmd, manipulated in spawn() */
182-
static const char *instamenucmd[] = {"instamenu_run", NULL};
181+
static char repomenumon[2] = "0"; /* component of repomenucmd, manipulated in spawn() */
182+
static const char *repomenucmd[] = {"repomenu_run", NULL};
183183
static const char *systemmonitorcmd[] = { "repowm-schemas", "systemmonitorcmd", NULL};
184184
static const char *instasettings[] = { "repowm-schemas", "instasettingscmd", NULL};
185185
static const char *startmenucmd[] = { "repowm-schemas", "startmenucmd", NULL};
@@ -190,7 +190,7 @@ static const char *smartcmd[] = { "repowm-schemas", "smartmenucmd", NULL};
190190
/* Do not remove */
191191
static const char *powermenucmd[] = { "repowm-schemas", "powermenucmd", NULL};
192192

193-
/* instamenu commands */
193+
/* repomenu commands */
194194
static const char *filemanagercmd[] = { "repowm-schemas", "filemanager", NULL};
195195
static const char *hypervisorcmd[] = { "repowm-schemas", "hypervisor", NULL};
196196
static const char *terminalcmd[] = { "repowm-schemas", "terminal", NULL};
@@ -232,11 +232,11 @@ static Key keys[] = {
232232
{ MODKEY, -1, XK_F1, spawn, {.v = smartcmd } },
233233
{ MODKEY, -1, XK_F2, spawn, {.v = clipmenucmd } },
234234
{ MODKEY, -1, XK_F3, spawn, {.v = instasettings } },
235-
{ MODKEY, -1, XK_F4, spawn, SHCMD("instamenue_pacman") },
236-
{ MODKEY, -1, XK_F5, spawn, SHCMD("instamenue_network") },
237-
{ MODKEY, -1, XK_F6, spawn, SHCMD("instamenue_music") },
238-
{ MODKEY, -1, XK_F7, spawn, SHCMD("instamenue_youtube_subs") },
239-
{ MODKEY, -1, XK_F8, spawn, SHCMD("instamenue_kill") },
235+
{ MODKEY, -1, XK_F4, spawn, SHCMD("repomenue_pacman") },
236+
{ MODKEY, -1, XK_F5, spawn, SHCMD("repomenue_network") },
237+
{ MODKEY, -1, XK_F6, spawn, SHCMD("repomenue_music") },
238+
{ MODKEY, -1, XK_F7, spawn, SHCMD("repomenue_youtube_subs") },
239+
{ MODKEY, -1, XK_F8, spawn, SHCMD("repomenue_kill") },
240240
{ MODKEY|ShiftMask, -1, XK_Return, spawn, {.v = filemanagercmd } },
241241
{ MODKEY|ControlMask, -1, XK_h, spawn, {.v = hypervisorcmd } },
242242
{ MODKEY|ControlMask, -1, XK_f, spawn, {.v = browsercmd } },
@@ -262,8 +262,8 @@ static Key keys[] = {
262262
{ MODKEY, XK_Print, XK_f, spawn, SHCMD("wm-maim -f" ) },
263263

264264
//Keybinds you may need to customise.
265-
{ Mod1Mask, -1, XK_space, spawn, {.v = instamenucmd } },
266-
{ MODKEY, -1, XK_m, spawn, {.v = instamenucmd } },
265+
{ Mod1Mask, -1, XK_space, spawn, {.v = repomenucmd } },
266+
{ MODKEY, -1, XK_m, spawn, {.v = repomenucmd } },
267267
{ MODKEY, -1, XK_p, spawn, {.v = passmenucmd } },
268268
{ MODKEY, -1, XK_Return, spawn, {.v = terminalcmd } },
269269
{ ControlMask, -1, XK_Return, togglescratch, {.v = scratchpadcmd } },

repowm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@ sigterm(int unused)
22952295
spawn(const Arg *arg)
22962296
{
22972297
if (arg->v == startmenucmd)
2298-
instamenumon[0] = '0' + selmon->num;
2298+
repomenumon[0] = '0' + selmon->num;
22992299
selmon->tagset[selmon->seltags] &= ~scratchtag;
23002300
if (fork() == 0) {
23012301
if (dpy)

0 commit comments

Comments
 (0)