Remove Firefox hotkey

This commit is contained in:
Alex Kotov 2022-11-25 21:00:25 +04:00
parent 9202316ece
commit 5a5549f157
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 0 additions and 6 deletions

View File

@ -47,7 +47,6 @@ const Key keys[] = {
{ MODKEY, XK_z, spawn, {.v = "lock" } },
{ MODKEY, XK_slash, spawn, {.v = "menu" } },
{ MODKEY|ShiftMask, XK_slash, spawn, {.v = "term" } },
{ MODKEY|ShiftMask, XK_f, spawn, {.v = "firefox" } },
};
size_t keys_count()

View File

@ -100,11 +100,6 @@ static struct Command commands[] = {
#endif // WITH_TERMINAL_XTERM
},
#endif // WITH_TERMINAL
{
.name = "firefox",
.monitor_arg_index = 0,
.args = { "firefox", NULL },
},
};
void spawn_command(