Remove Firefox hotkey
This commit is contained in:
parent
9202316ece
commit
5a5549f157
2 changed files with 0 additions and 6 deletions
|
@ -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()
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue